Home
last modified time | relevance | path

Searched refs:BitstreamRead1Bits_INLINE (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/dec/src/
Ddec_pred_intra_dc.cpp66 if (DC_size > 8) BitstreamRead1Bits_INLINE(stream); in PV_DecodePredictedIntraDC()
Dbitstream.h49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
110 __inline uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() function
Dvlc_decode.cpp937 run_offset = BitstreamRead1Bits_INLINE(stream); in VlcDecTCOEFIntra()
1112 run_offset = BitstreamRead1Bits_INLINE(stream); in VlcDecTCOEFInter()
1487 pTcoef->last = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFInter()
1550 pTcoef->sign = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFInter()
1570 pTcoef->last = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFIntra()
1633 pTcoef->sign = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFIntra()
Dcombined_decode.cpp364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream)); in GetMBheader()
448 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in GetMBheader()
Ddatapart_decode.cpp427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in DecodeDataPart_P_VideoPacket()
584 no_dct_flag = BitstreamRead1Bits_INLINE(stream); in GetMBheaderDataPart_P()
Dbitstream.cpp286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() function