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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 66 if (DC_size > 8) BitstreamRead1Bits_INLINE(stream);
bitstream.h 49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
110 __inline uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream)
vlc_decode.cpp 937 run_offset = BitstreamRead1Bits_INLINE(stream);
1112 run_offset = BitstreamRead1Bits_INLINE(stream);
    [all...]
combined_decode.cpp 364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream));
448 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream);
datapart_decode.cpp 427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream);
584 no_dct_flag = BitstreamRead1Bits_INLINE(stream);
bitstream.cpp 286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream)
    [all...]

Completed in 59 milliseconds