clean up expand picture.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#include "as264_common.h" // for LONG_TERM_REF macro,can be delete if not need this macro
|
||||
#include "crt_util_safe_x.h"
|
||||
#include "mb_cache.h"
|
||||
#include "expand_pic.h"
|
||||
|
||||
namespace WelsDec {
|
||||
|
||||
@@ -151,11 +152,6 @@ typedef int32_t (*PWelsParseIntra4x4ModeFunc) (PNeighAvail pNeighAvail, int8_t*
|
||||
PDqLayer pCurDqLayer);
|
||||
typedef int32_t (*PWelsParseIntra16x16ModeFunc) (PNeighAvail pNeighAvail, PBitStringAux pBs, PDqLayer pCurDqLayer);
|
||||
|
||||
typedef struct TagExpandPicFunc {
|
||||
PExpandPictureFunc pExpandLumaPicture;
|
||||
PExpandPictureFunc pExpandChromaPicture[2];
|
||||
} SExpandPicFunc;
|
||||
|
||||
enum {
|
||||
OVERWRITE_NONE = 0,
|
||||
OVERWRITE_PPS = 1,
|
||||
|
||||
Reference in New Issue
Block a user