Searched refs:SUM_DIFF_FROM_AVG_THRESH_UV (Results 1 – 5 of 5) sorted by relevance
27 #define SUM_DIFF_FROM_AVG_THRESH_UV (8 * 8 * 8) macro
263 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) { in vp8_denoiser_filter_uv_c()
284 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) { in vp8_denoiser_filter_uv_neon()
231 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) { in vp8_denoiser_filter_uv_sse2()
402 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) in vp8_denoiser_filter_uv_msa()