Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc128 void OveruseDetector::UpdateThreshold(double modified_offset, int64_t now_ms) { in UpdateThreshold() argument
135 if (fabs(modified_offset) > threshold_ + kMaxAdaptOffsetMs) { in UpdateThreshold()
142 const double k = fabs(modified_offset) < threshold_ ? k_down_ : k_up_; in UpdateThreshold()
145 threshold_ += k * (fabs(modified_offset) - threshold_) * time_delta_ms; in UpdateThreshold()
Doveruse_detector.h44 void UpdateThreshold(double modified_offset, int64_t now_ms);
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h94 void UpdateThreshold(double modified_offset, int64_t now_ms);