Searched refs:smoothed_delay_ (Results 1 – 2 of 2) sorted by relevance
171 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()
106 double smoothed_delay_; variable