Home | History | Annotate | Download | only in encoder

Lines Matching defs:distortion2

1184             int distortion2;
1189 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
1191 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
1197 best_distortion = distortion2;