Home | History | Annotate | Download | only in encoder

Lines Matching refs:dqcoeff

419 int vp8_block_error_c(short *coeff, short *dqcoeff)
426 int this_diff = coeff[i] - dqcoeff[i];
449 int this_diff = be->coeff[j] - bd->dqcoeff[j];
474 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
691 distortion = ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), berr)(be->coeff, b->dqcoeff) >> 2;
1037 distortion += ENCODEMB_INVOKE(rtcd, berr)(be->coeff, bd->dqcoeff);
1091 d += ENCODEMB_INVOKE(rtcd, berr)(mb_y2->coeff, x_y2->dqcoeff);