OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOISE_MOTION_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c
18
static const unsigned int
NOISE_MOTION_THRESHOLD
= 25 * 25;
224
<=
NOISE_MOTION_THRESHOLD
&&
282
> 8 *
NOISE_MOTION_THRESHOLD
)
/external/libvpx/libvpx/vp8/encoder/
denoising.c
20
static const unsigned int
NOISE_MOTION_THRESHOLD
= 25 * 25;
542
<=
NOISE_MOTION_THRESHOLD
)
604
NOISE_MOTION_THRESHOLD
;
613
denoiser->denoise_pars.scale_increase_filter *
NOISE_MOTION_THRESHOLD
)
Completed in 175 milliseconds