HomeSort by relevance Sort by last modified time
    Searched refs:MBtype (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 146 int MBtype, MCBPC, CBPY;
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;
412 MBtype = Mode[mbnum];
414 if (MBtype == MODE_SKIPPED)
419 intra_MB = (MBtype & INTRA_MASK); /* (MBtype == MODE_INTRA || MBtype == MODE_INTRA_Q) *
    [all...]
combined_decode.cpp 357 int MBtype, VopType;
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 3863 milliseconds