Home
last modified time | relevance | path

Searched refs:k_up_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc65 k_up_(0.0087), in OveruseDetector()
142 const double k = fabs(modified_offset) < threshold_ ? k_down_ : k_up_; in UpdateThreshold()
157 k_up_ = k_up; in InitializeExperiment()
Doveruse_detector.h48 double k_up_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h110 const double k_up_; variable
Dtrendline_estimator.cc173 k_up_(0.0087), in TrendlineEstimator()
325 const double k = fabs(modified_trend) < threshold_ ? k_down_ : k_up_; in UpdateThreshold()