Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc36 avg_noise_(options_.initial_avg_noise), in OveruseEstimator()
158 avg_noise_ = beta * avg_noise_ + (1 - beta) * residual; in UpdateNoiseEstimate()
160 (1 - beta) * (avg_noise_ - residual) * (avg_noise_ - residual); in UpdateNoiseEstimate()
Doveruse_estimator.h75 double avg_noise_; variable