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

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c19 /* SSE_DIFF_THRESHOLD is selected as ~95% confidence assuming
22 static const unsigned int SSE_DIFF_THRESHOLD = 16 * 16 * 20; variable
224 sse_diff < (int)SSE_DIFF_THRESHOLD))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c21 /* SSE_DIFF_THRESHOLD is selected as ~95% confidence assuming
24 static const unsigned int SSE_DIFF_THRESHOLD = 16 * 16 * 20; variable
544 sse_diff_thresh = (int)SSE_DIFF_THRESHOLD;

Completed in 86 milliseconds