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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp146 int MBtype, MCBPC, CBPY; local
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
234 MBtype = Mode[mbnum];
243 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* MODE_INTRA || MODE_INTRA_Q */
311 int MBtype, CBPY; local
412 MBtype = Mode[mbnum];
414 if (MBtype == MODE_SKIPPED)
419 intra_MB = (MBtype & INTRA_MASK); /* (MBtype == MODE_INTRA || MBtype
523 int MBtype = Mode[mbnum]; local
[all...]
H A Dcombined_decode.cpp357 int MBtype, VopType; local
408 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
412 if (MBtype & INTRA_MASK)
446 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader)
455 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* INTRA || INTRA_Q */
464 if (MBtype & Q_MASK)
498 if (MBtype & Q_MASK)

Completed in 138 milliseconds