Home
last modified time | relevance | path

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

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