Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc31 slope_(options_.initial_slope), in OveruseEstimator()
74 const double residual = t_ts_delta - slope_*h[0] - offset_; in Update()
112 slope_ = slope_ + K[0] * residual; in Update()
Doveruse_estimator.h57 double slope_; variable