Searched refs:decay_ (Results 1 – 2 of 2) sorted by relevance
38 float Decay() const { return decay_; } in Decay()105 float decay_; variable
96 decay_(std::fabs(config.ep_strength.default_len)) { in ReverbDecayEstimator()192 decay = std::max(.97f * decay_, decay); in EstimateDecay()195 decay_ += smoothing_constant_ * (decay - decay_); in EstimateDecay()265 data_dumper->DumpRaw("aec3_reverb_decay", decay_); in Dump()