Searched defs:dqcoeff (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/common/
H A Dblockd.h191 short *dqcoeff; member in struct:__anon6866
219 DECLARE_ALIGNED(16, short, dqcoeff[400]);
/external/libvpx/vp8/encoder/
H A Drdopt.c383 int vp8_block_error_c(short *coeff, short *dqcoeff) argument
390 int this_diff = coeff[i] - dqcoeff[i];
413 int this_diff = be->coeff[j] - bd->dqcoeff[j];
438 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
579 d += ENCODEMB_INVOKE(rtcd, berr)(mb_y2->coeff, x_y2->dqcoeff);
642 distortion = ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), berr)(be->coeff, b->dqcoeff) >> 2;
656 vpx_memcpy(best_dqcoeff, b->dqcoeff, 32);
996 distortion += ENCODEMB_INVOKE(rtcd, berr)(be->coeff, bd->dqcoeff);

Completed in 98 milliseconds