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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 50 uint8 text_1; /* texture_complexity_estimation_set_1 */ member in struct:tagComplexity_Est
vop.cpp 555 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
908 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
910 if (currVol->complexity.text_1 & 0x1) /* not_coded */
923 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */
925 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v */
    [all...]

Completed in 12 milliseconds