Searched refs:current_hypothesis (Results 1 – 2 of 2) sorted by relevance
51 BandwidthUsage current_hypothesis) { in Update() argument65 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()
31 BandwidthUsage current_hypothesis);