add decoder cabac support and add UT

This commit is contained in:
dong zhang
2014-09-28 11:21:14 +08:00
parent c7b5051738
commit cf85745752
32 changed files with 2617 additions and 472 deletions

View File

@@ -197,6 +197,7 @@ bool bSliceHeaderExtFlag; // Indicate which slice header is used, avc or ext?
/*from lower layer: slice header*/
uint8_t eSliceType;
uint8_t uiPadding[2];
int32_t iLastDeltaQp;
} SSlice, *PSlice;
} // namespace WelsDec