Home
last modified time | relevance | path

Searched refs:slope_ (Results 1 – 3 of 3) 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
/external/chromium-trace/catapult/docs/
Dstyle-guide.md110 // Bad: this.slope_ wasn’t initialized in the constructor.
111 this.slope_ = slope;