Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc166 smoothing_coef_(kDefaultTrendlineSmoothingCoeff), in TrendlineEstimator()
209 smoothed_delay_ = smoothing_coef_ * smoothed_delay_ + in UpdateTrendline()
210 (1 - smoothing_coef_) * accumulated_delay_; in UpdateTrendline()
Dtrendline_estimator.h98 const double smoothing_coef_; variable