Searched refs:low_loss_threshold_ (Results 1 – 2 of 2) sorted by relevance
215 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()
187 float low_loss_threshold_; variable