Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc51 BandwidthUsage current_hypothesis) { in Update() argument
65 if ((current_hypothesis == kBwOverusing && offset_ < prev_offset_) || in Update()
66 (current_hypothesis == kBwUnderusing && offset_ > prev_offset_)) { in Update()
76 const bool in_stable_state = (current_hypothesis == kBwNormal); in Update()
Doveruse_estimator.h31 BandwidthUsage current_hypothesis);