Home
last modified time | relevance | path

Searched refs:motion_threshold (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c500 unsigned int motion_threshold; in vp8_denoiser_denoise_mb() local
603 motion_threshold = denoiser->denoise_pars.scale_motion_thresh * in vp8_denoiser_denoise_mb()
610 motion_threshold = 1; in vp8_denoiser_denoise_mb()
620 if (best_sse > sse_thresh || motion_magnitude2 > motion_threshold) in vp8_denoiser_denoise_mb()