Home
last modified time | relevance | path

Searched refs:this_diff (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c416 int this_diff = coeff[i] - dqcoeff[i]; in vp8_block_error_c() local
417 error += this_diff * this_diff; in vp8_block_error_c()
439 int this_diff = be->coeff[j] - bd->dqcoeff[j]; in vp8_mbblock_error_c() local
440 berror += this_diff * this_diff; in vp8_mbblock_error_c()