OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSE_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c
23
static const unsigned int
SSE_THRESHOLD
= 16 * 16 * 40;
281
if (best_sse >
SSE_THRESHOLD
|| motion_magnitude2
/external/libvpx/libvpx/vp8/encoder/
denoising.c
25
static const unsigned int
SSE_THRESHOLD
= 16 * 16 * 40;
616
sse_thresh = denoiser->denoise_pars.scale_sse_thresh *
SSE_THRESHOLD
;
Completed in 41 milliseconds