Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Drate_estimator.c43 double smooth_factor) in rate_estimator_create() argument
53 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()
Drate_estimator.h43 double smooth_factor; member
56 double smooth_factor);
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc204 float smooth_factor = using_reference_ ? 0.6 : 0.1; in Suppress() local
207 : smooth_factor * detector_smoothed_ + in Suppress()
208 (1 - smooth_factor) * detector_result; in Suppress()
/external/adhd/cras/src/tests/
Diodev_unittest.cc2457 double smooth_factor) { in rate_estimator_create() argument