Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Drdopt.c324 int this_diff = coeff[i] - dqcoeff[i]; in vp8_block_error_c() local
344 int this_diff = be->coeff[j] - bd->dqcoeff[j]; in vp8_mbblock_error_c() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpalette.c210 const int this_diff = abs((int)centroids[i] - (int)color_cache[j]); in optimize_palette_colors() local