Searched refs:INTRA_MASK (Results 1 – 4 of 4) sorted by relevance
244 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* MODE_INTRA || MODE_INTRA_Q */ in DecodeDataPart_I_VideoPacket()420 intra_MB = (MBtype & INTRA_MASK); /* (MBtype == MODE_INTRA || MBtype == MODE_INTRA_Q) */ in DecodeDataPart_P_VideoPacket()541 if (MBtype & INTRA_MASK) /* INTRA || INTRA_Q */ /* no switch, code DC separately */ in GetMBheaderDataPart_DQUANT_DC()665 if (mode & INTRA_MASK) /* MODE_INTRA || mode == MODE_INTRA_Q */ in GetMBData_DataPart()
413 if (MBtype & INTRA_MASK) in GetMBheader()447 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader) in GetMBheader()456 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* INTRA || INTRA_Q */ in GetMBheader()575 if (mode & INTRA_MASK) /* MODE_INTRA || MODE_INTRA_Q */
61 #define INTRA_MASK 0x8 macro
79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */ in doDCACPrediction()83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */ in doDCACPrediction()