OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSE_DIFF_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c
19
/*
SSE_DIFF_THRESHOLD
is selected as ~95% confidence assuming
22
static const unsigned int
SSE_DIFF_THRESHOLD
= 16 * 16 * 20;
225
sse_diff < (int)
SSE_DIFF_THRESHOLD
))
/external/libvpx/libvpx/vp8/encoder/
denoising.c
21
/*
SSE_DIFF_THRESHOLD
is selected as ~95% confidence assuming
24
static const unsigned int
SSE_DIFF_THRESHOLD
= 16 * 16 * 20;
543
sse_diff_thresh = (int)
SSE_DIFF_THRESHOLD
;
Completed in 61 milliseconds