Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.h25 #define SUM_DIFF_THRESHOLD_UV (96) // (8 * 8 * 1.5) macro
Ddenoising.c280 sum_diff_thresh= SUM_DIFF_THRESHOLD_UV; in vp8_denoiser_filter_uv_c()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Ddenoising_neon.c377 int sum_diff_thresh = SUM_DIFF_THRESHOLD_UV; in vp8_denoiser_filter_uv_neon()
/external/libvpx/libvpx/vp8/encoder/x86/
Ddenoising_sse2.c301 sum_diff_thresh = SUM_DIFF_THRESHOLD_UV; in vp8_denoiser_filter_uv_sse2()