Home
last modified time | relevance | path

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

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