Searched refs:BitstreamRead1Bits_INLINE (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 138 milliseconds