Searched refs:small_sample_threshold_ (Results 1 – 2 of 2) sorted by relevance
48 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()
51 FieldTrialParameter<DataSize> small_sample_threshold_; variable