Searched refs:histogram_threshold (Results 1 – 1 of 1) sorted by relevance
173 float histogram_threshold = self->histogram[self->compare_delay]; in HistogramBasedValidation() local204 histogram_threshold *= fraction; in HistogramBasedValidation()205 histogram_threshold = (histogram_threshold > kMinHistogramThreshold ? in HistogramBasedValidation()206 histogram_threshold : kMinHistogramThreshold); in HistogramBasedValidation()209 (self->histogram[candidate_delay] >= histogram_threshold) && in HistogramBasedValidation()