Searched refs:best_candidate (Results 1 – 5 of 5) sorted by relevance
248 ChannelParameters best_candidate = current_estimate_; in UpdateBandwidthEstimate() local256 best_candidate = candidate; in UpdateBandwidthEstimate()259 if (best_candidate.loss_limited_bandwidth < in UpdateBandwidthEstimate()266 if (GetAverageReportedLossRatio() > best_candidate.inherent_loss && in UpdateBandwidthEstimate()269 best_candidate.loss_limited_bandwidth) { in UpdateBandwidthEstimate()270 best_candidate.loss_limited_bandwidth = in UpdateBandwidthEstimate()282 best_candidate.loss_limited_bandwidth > in UpdateBandwidthEstimate()284 best_candidate.loss_limited_bandwidth = in UpdateBandwidthEstimate()289 IsEstimateIncreasingWhenLossLimited(best_candidate); in UpdateBandwidthEstimate()294 best_candidate.loss_limited_bandwidth = in UpdateBandwidthEstimate()[all …]
175 const ChannelParameters& best_candidate);
437 EquivalenceCandidate best_candidate = {{0, 0, 0}, 0.0}; in CreateCandidates() local443 best_candidate = candidate; in CreateCandidates()460 best_candidate = candidate; in CreateCandidates()471 if (best_candidate.similarity >= min_similarity) { in CreateCandidates()472 candidates_.push_back(best_candidate); in CreateCandidates()
1194 quiche::QuicheReferenceCountedPointer<Config> best_candidate = configs[0]; in SelectNewPrimaryConfig() local1199 if (config->primary_time.IsAfter(best_candidate->primary_time)) { in SelectNewPrimaryConfig()1200 best_candidate = config; in SelectNewPrimaryConfig()1208 quiche::QuicheReferenceCountedPointer<Config> new_primary = best_candidate; in SelectNewPrimaryConfig()1239 quiche::QuicheReferenceCountedPointer<Config> new_primary = best_candidate; in SelectNewPrimaryConfig()
180 auto best_candidate = absl::c_min_element(candidates, compare); in FindCrossProgramPrefetchCandidate() local181 if (best_candidate == candidates.end()) { in FindCrossProgramPrefetchCandidate()185 << best_candidate->buffer->ToString(); in FindCrossProgramPrefetchCandidate()186 return *best_candidate; in FindCrossProgramPrefetchCandidate()