Searched refs:smooth_factor (Results 1 – 4 of 4) sorted by relevance
43 double smooth_factor) in rate_estimator_create() argument53 re->smooth_factor = smooth_factor; in rate_estimator_create()101 re->estimated_rate = rate * (1 - re->smooth_factor) + in rate_estimator_check()102 re->smooth_factor * re->estimated_rate; in rate_estimator_check()
43 double smooth_factor; member56 double smooth_factor);
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()
2457 double smooth_factor) { in rate_estimator_create() argument