Home
last modified time | relevance | path

Searched refs:best_candidate (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.cc248 ChannelParameters best_candidate = current_estimate_; in UpdateBandwidthEstimate() local
256 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 …]
Dloss_based_bwe_v2.h175 const ChannelParameters& best_candidate);
/external/zucchini/
Dequivalence_map.cc437 EquivalenceCandidate best_candidate = {{0, 0, 0}, 0.0}; in CreateCandidates() local
443 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()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_server_config.cc1194 quiche::QuicheReferenceCountedPointer<Config> best_candidate = configs[0]; in SelectNewPrimaryConfig() local
1199 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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc180 auto best_candidate = absl::c_min_element(candidates, compare); in FindCrossProgramPrefetchCandidate() local
181 if (best_candidate == candidates.end()) { in FindCrossProgramPrefetchCandidate()
185 << best_candidate->buffer->ToString(); in FindCrossProgramPrefetchCandidate()
186 return *best_candidate; in FindCrossProgramPrefetchCandidate()