Home
last modified time | relevance | path

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

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