Home
last modified time | relevance | path

Searched refs:text_2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp569 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()
918 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ in DecodeVOPHeader()
920 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ in DecodeVOPHeader()
922 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ in DecodeVOPHeader()
924 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ in DecodeVOPHeader()
Dmp4lib_int.h51 uint8 text_2; /* texture_complexity_estimation_set_2 */ member