Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c173 float histogram_threshold = self->histogram[self->compare_delay]; in HistogramBasedValidation() local
204 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()