Searched refs:MBtype (Results 1 – 2 of 2) sorted by relevance
146 int MBtype, MCBPC, CBPY; in DecodeDataPart_I_VideoPacket() local173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); in DecodeDataPart_I_VideoPacket()234 MBtype = Mode[mbnum]; in DecodeDataPart_I_VideoPacket()243 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* MODE_INTRA || MODE_INTRA_Q */ in DecodeDataPart_I_VideoPacket()311 int MBtype, CBPY; in DecodeDataPart_P_VideoPacket() local412 MBtype = Mode[mbnum]; in DecodeDataPart_P_VideoPacket()414 if (MBtype == MODE_SKIPPED) in DecodeDataPart_P_VideoPacket()419 intra_MB = (MBtype & INTRA_MASK); /* (MBtype == MODE_INTRA || MBtype == MODE_INTRA_Q) */ in DecodeDataPart_P_VideoPacket()442 if (intra_MB || MBtype == MODE_INTER_Q) /* 04/26/01 */ in DecodeDataPart_P_VideoPacket()523 int MBtype = Mode[mbnum]; in GetMBheaderDataPart_DQUANT_DC() local[all …]
357 int MBtype, VopType; in GetMBheader() local408 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); in GetMBheader()412 if (MBtype & INTRA_MASK) in GetMBheader()446 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader) in GetMBheader()455 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* INTRA || INTRA_Q */ in GetMBheader()464 if (MBtype & Q_MASK) in GetMBheader()498 if (MBtype & Q_MASK) in GetMBheader()