Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/transient/
Dtransient_suppressor_impl.cc57 detector_smoothed_(0.f), in TransientSuppressorImpl()
149 detector_smoothed_ = 0.f; in Initialize()
201 detector_smoothed_ = detector_result >= detector_smoothed_ in Suppress()
203 : smooth_factor * detector_smoothed_ + in Suppress()
358 1.f - std::pow(1.f - detector_smoothed_, using_reference_ ? 200.f : 50.f); in HardRestoration()
401 detector_smoothed_ * (magnitudes_[i] - spectral_mean[i]); in SoftRestoration()
Dtransient_suppressor_impl.h106 float detector_smoothed_; variable