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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp1025 int UFEP = 0, custom_PFMT = 0, custom_PCF = 0; local
1161 UFEP = BitstreamReadBits16(stream, 3);
1162 if (UFEP == 1)
1277 if (UFEP == 0 || UFEP == 1)
1318 if (custom_PFMT == 1 && UFEP == 1)
1394 if (UFEP == 1 && custom_PCF == 1)
1411 if (UFEP == 1 && video->slice_structure == 1)
1428 if (custom_PFMT == 0 || UFEP == 0)

Completed in 27 milliseconds