Searched refs:smoothed_delay_ (Results 1 – 2 of 2) sorted by relevance
170 smoothed_delay_(0), in TrendlineEstimator()208 smoothed_delay_ = smoothing_coef_ * smoothed_delay_ + in UpdateTrendline()211 smoothed_delay_); in UpdateTrendline()216 smoothed_delay_, accumulated_delay_); in UpdateTrendline()
106 double smoothed_delay_; variable