Searched refs:BitstreamReadBits16_INLINE (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1)); in PV_DecodeMBVec() 295 residualy = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1)); in PV_DecodeMBVec() 1001 code = BitstreamReadBits16_INLINE(stream, 8); in VlcDecTCOEFIntra() 1004 pTcoef->level = (int)(BitstreamReadBits16_INLINE(stream, 13) >> 1); in VlcDecTCOEFIntra() 1170 code = BitstreamReadBits16_INLINE(stream, 8); in VlcDecTCOEFInter() 1173 pTcoef->level = (int)(BitstreamReadBits16_INLINE(stream, 13) >> 1); in VlcDecTCOEFInter() 1236 pTcoef->run = BitstreamReadBits16_INLINE(stream, 6); /* Run */ in VlcDecTCOEFShortHeader() 1237 pTcoef->level = (int) BitstreamReadBits16_INLINE(stream, 8); /* Level */ in VlcDecTCOEFShortHeader() 1488 pTcoef->run = BitstreamReadBits16_INLINE(stream, 6); in RvlcDecTCOEFInter() 1492 pTcoef->level = (int)(BitstreamReadBits16_INLINE(stream, 12) >> 1); in RvlcDecTCOEFInter() [all …]
|
D | bitstream.h | 48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits); 95 __inline uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() function
|
D | dec_pred_intra_dc.cpp | 52 code = (int) BitstreamReadBits16_INLINE(stream, DC_size); in PV_DecodePredictedIntraDC()
|
D | combined_decode.cpp | 580 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);
|
D | bitstream.cpp | 270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() function
|