Add alternative search methods

This commit is contained in:
sijchen
2014-03-31 16:11:31 +08:00
parent 666e5d1290
commit 69983d6df4
6 changed files with 71 additions and 24 deletions

View File

@@ -162,7 +162,6 @@ typedef struct TagSlice {
/*******************************sSliceHeader****************************/
SSliceHeaderExt sSliceHeaderExt;
SMVUnitXY sMvStartMin;
SMVUnitXY sMvStartMax;
SMVUnitXY sMvc[5];
@@ -175,8 +174,12 @@ typedef struct TagSlice {
bool bDynamicSlicingSliceSizeCtrlFlag;
uint8_t uiAssumeLog2BytePerMb;
uint32_t uiSliceFMECostDown;//TODO: for FME switch under MT, to opt after ME final?
uint8_t uiReservedFillByte; // reserved to meet 4 bytes alignment
} SSlice, *PSlice;
}
#endif//WELS_SLICE_H__