Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc183 hypothesis_predicted_(BandwidthUsage::kBwNormal), in TrendlineEstimator()
263 hypothesis_predicted_ = network_state_predictor_->Update( in Update()
269 return network_state_predictor_ ? hypothesis_predicted_ : hypothesis_; in State()
Dtrendline_estimator.h120 BandwidthUsage hypothesis_predicted_; variable