Home | History | Annotate | Download | only in src

Lines Matching refs:intra

59     Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
97 if (intra)
166 if (intra)
185 if (intra)
194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */
195 { /* For shortHeader intra block, DC value cannot be zero */
236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra);
288 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
322 if (intra)
393 if (intra)
407 if (intra)
456 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | (intra));