Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dbitrate_estimator.cc48 small_sample_threshold_("small_thresh", DataSize::Zero()), in BitrateEstimator()
59 &small_sample_threshold_, &uncertainty_symmetry_cap_, &estimate_floor_}, in BitrateEstimator()
139 *is_small_sample = sum_ < small_sample_threshold_->bytes(); in UpdateWindow()
Dbitrate_estimator.h51 FieldTrialParameter<DataSize> small_sample_threshold_; variable