Searched refs:text_1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h50 uint8 text_1; /* texture_complexity_estimation_set_1 */ member in struct:tagComplexity_Est
H A Dvop.cpp561 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
914 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
916 if (currVol->complexity.text_1 & 0x1) /* not_coded */
929 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */
931 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v */

Completed in 68 milliseconds