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

/external/libvpx/libvpx/vp8/common/
H A Dblockd.h195 short *dqcoeff; member in struct:blockd
211 DECLARE_ALIGNED(16, short, dqcoeff[400]);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c404 int vp8_block_error_c(short *coeff, short *dqcoeff) argument
411 int this_diff = coeff[i] - dqcoeff[i];
434 int this_diff = be->coeff[j] - bd->dqcoeff[j];
459 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
610 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
679 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
693 vpx_memcpy(best_dqcoeff, b->dqcoeff, 32);
1063 distortion += vp8_block_error(be->coeff, bd->dqcoeff);

Completed in 36 milliseconds