Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc171 smoothed_delay_(0), in TrendlineEstimator()
209 smoothed_delay_ = smoothing_coef_ * smoothed_delay_ + in UpdateTrendline()
212 smoothed_delay_); in UpdateTrendline()
217 smoothed_delay_, accumulated_delay_); in UpdateTrendline()
Dtrendline_estimator.h106 double smoothed_delay_; variable