Searched refs:histogram_threshold (Results 1 – 1 of 1) sorted by relevance
185 float histogram_threshold = self->histogram[self->compare_delay]; in HistogramBasedValidation() local217 histogram_threshold *= fraction; in HistogramBasedValidation()218 histogram_threshold = in HistogramBasedValidation()219 (histogram_threshold > kMinHistogramThreshold ? histogram_threshold in HistogramBasedValidation()223 (self->histogram[candidate_delay] >= histogram_threshold) && in HistogramBasedValidation()