Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc31 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()
Doveruse_estimator.h70 double slope_; variable
/external/XNNPACK/test/
Dvunary-microkernel-tester.h65 this->slope_ = slope; in slope()
70 return this->slope_; in slope()
296 float slope_ = 0.5f; variable