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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp1021 int UFEP = 0, custom_PFMT = 0, custom_PCF = 0; local
1157 UFEP = BitstreamReadBits16(stream, 3);
1158 if (UFEP == 1)
1273 if (UFEP == 0 || UFEP == 1)
1314 if (custom_PFMT == 1 && UFEP == 1)
1390 if (UFEP == 1 && custom_PCF == 1)
1407 if (UFEP == 1 && video->slice_structure == 1)
1424 if (custom_PFMT == 0 || UFEP == 0)

Completed in 38 milliseconds