Searched refs:SUM_DIFF_THRESHOLD_HIGH (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.h22 #define SUM_DIFF_THRESHOLD_HIGH (600) macro
H A Ddenoising.c161 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c153 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c121 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;

Completed in 175 milliseconds