Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.cc384 FieldTrialParameter<double> instant_upper_bound_temporal_weight_factor( in CreateConfig() local
437 &instant_upper_bound_temporal_weight_factor, in CreateConfig()
490 config->instant_upper_bound_temporal_weight_factor = in CreateConfig()
491 instant_upper_bound_temporal_weight_factor.Get(); in CreateConfig()
646 if (config_->instant_upper_bound_temporal_weight_factor <= 0.0 || in IsConfigValid()
647 config_->instant_upper_bound_temporal_weight_factor > 1.0) { in IsConfigValid()
650 << config_->instant_upper_bound_temporal_weight_factor; in IsConfigValid()
968 std::pow(config_->instant_upper_bound_temporal_weight_factor, i); in CalculateTemporalWeights()
Dloss_based_bwe_v2.h99 double instant_upper_bound_temporal_weight_factor = 0.0; member