Searched refs:smooth_factor (Results 1 – 1 of 1) sorted by relevance
204 float smooth_factor = using_reference_ ? 0.6 : 0.1; in Suppress() local207 : smooth_factor * detector_smoothed_ + in Suppress()208 (1 - smooth_factor) * detector_result; in Suppress()