Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c435 unsigned int motion_threshold; in vp8_denoiser_denoise_mb() local
537 motion_threshold = denoiser->denoise_pars.scale_motion_thresh * in vp8_denoiser_denoise_mb()
548 if (best_sse > sse_thresh || motion_magnitude2 > motion_threshold) in vp8_denoiser_denoise_mb()