Searched defs:SSE_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c23 static const unsigned int SSE_THRESHOLD = 16 * 16 * 40; variable
280 if (best_sse > SSE_THRESHOLD || motion_magnitude2
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c25 static const unsigned int SSE_THRESHOLD = 16 * 16 * 40; variable
610 sse_thresh = denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD;

Completed in 31 milliseconds