Searched refs:slope_ (Results 1 – 3 of 3) sorted by relevance
31 slope_(options_.initial_slope), in OveruseEstimator()78 BWE_TEST_LOGGING_PLOT(1, "d_ms", now_ms, slope_ * h[0] - offset_); in Update()80 const double residual = t_ts_delta - slope_ * h[0] - offset_; in Update()120 slope_ = slope_ + K[0] * residual; in Update()126 BWE_TEST_LOGGING_PLOT(1, "slope_1/bps", now_ms, slope_); in Update()
70 double slope_; variable
65 this->slope_ = slope; in slope()70 return this->slope_; in slope()296 float slope_ = 0.5f; variable