Home
last modified time | relevance | path

Searched refs:BitstreamReadBits16_INLINE (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp282 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 …]
Dbitstream.h48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits);
95 __inline uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() function
Ddec_pred_intra_dc.cpp52 code = (int) BitstreamReadBits16_INLINE(stream, DC_size); in PV_DecodePredictedIntraDC()
Dcombined_decode.cpp580 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);
Dbitstream.cpp270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() function