Home | History | Annotate | Download | only in encoder

Lines Matching defs:distortion2

435     int distortion2;
576 distortion2 = 0;
636 distortion2 = *returndistortion; // Best so far passed in as breakout value to vp8_pick_intra4x4mby_modes
637 vp8_pick_intra4x4mby_modes(IF_RTCD(&cpi->rtcd), x, &rate, &distortion2);
639 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
641 if (distortion2 == INT_MAX)
647 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
669 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
671 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
816 distortion2 = get_inter_mbpred_error(x, &cpi->fn_ptr[BLOCK_16X16], (unsigned int *)(&sse));
818 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
851 *returndistortion = distortion2;