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

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp357 int MBtype, VopType; local
363 VopType = video->currVop->predictionType;
364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream));
383 if (VopType == I_VOP)

Completed in 97 milliseconds