Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc215 low_loss_threshold_(kDefaultLowLossThreshold), in SendSideBandwidthEstimation()
221 if (ReadBweLossExperimentParameters(&low_loss_threshold_, in SendSideBandwidthEstimation()
225 << low_loss_threshold_ << ", " << high_loss_threshold_ in SendSideBandwidthEstimation()
484 if (current_target_ < bitrate_threshold_ || loss <= low_loss_threshold_) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h187 float low_loss_threshold_; variable