Home | History | Annotate | Download | only in src

Lines Matching defs:intra

30 #define PREF_INTRA  3024//512       /* bias for INTRA coding */
193 bool intra = true;
218 intra = false; // no possibility of intra, just use inter
224 *min_cost = (*min_cost + (int)(SBE * 8)) >> 1; // possibility of intra, averaging the cost
232 return intra;
303 /* Random INTRA update */
336 NumIntraSearch = 0; // to be intra searched in the encoding loop.
380 /* make a decision whether it should be tested for intra or not */
393 else // boundary MBs, always do intra search
400 else /* INTRA update, use for prediction */
428 /* since we cannot do intra/inter decision here, the SCD has to be
435 only show potential intra MBs, not the actual one */
568 Purpose: To raster-scan assign INTRA-update .
829 /* We will find the best motion vector and the best intra prediction mode for each block. */
923 else /* it's probably intra mode */