Searched refs:detector_smoothed_ (Results 1 – 2 of 2) sorted by relevance
57 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()
106 float detector_smoothed_; variable