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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 52 code = (int) BitstreamReadBits16_INLINE(stream, DC_size);
vlc_decode.cpp 282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
295 residualy = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
1001 code = BitstreamReadBits16_INLINE(stream, 8);
1004 pTcoef->level = (int)(BitstreamReadBits16_INLINE(stream, 13) >> 1);
    [all...]
bitstream.h 48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits);
95 __inline uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits)
bitstream.cpp 270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits)
    [all...]
combined_decode.cpp 598 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);

Completed in 57 milliseconds