Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc55 detector_smoothed_(0.f), in TransientSuppressor()
153 detector_smoothed_ = 0.f; in Initialize()
205 detector_smoothed_ = detector_result >= detector_smoothed_ in Suppress()
207 : smooth_factor * detector_smoothed_ + in Suppress()
371 1.f - pow(1.f - detector_smoothed_, using_reference_ ? 200.f : 50.f); in HardRestoration()
414 detector_smoothed_ * (magnitudes_[i] - spectral_mean[i]); in SoftRestoration()
Dtransient_suppressor.h103 float detector_smoothed_; variable