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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp313 int intra_MB; local
419 intra_MB = (MBtype & INTRA_MASK); /* (MBtype == MODE_INTRA || MBtype == MODE_INTRA_Q) */
425 if (intra_MB)
430 CBPY = PV_VlcDecCBPY(stream, intra_MB);
442 if (intra_MB || MBtype == MODE_INTER_Q) /* 04/26/01 */

Completed in 168 milliseconds