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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c501 unsigned int motion_threshold; local
603 motion_threshold = denoiser->denoise_pars.scale_motion_thresh *
614 if (best_sse > sse_thresh || motion_magnitude2 > motion_threshold)

Completed in 45 milliseconds