Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c524 int32_t value_worst_candidate = 0; in WebRtc_ProcessBinarySpectrum() local
569 if (self->mean_bit_counts[i] > value_worst_candidate) { in WebRtc_ProcessBinarySpectrum()
570 value_worst_candidate = self->mean_bit_counts[i]; in WebRtc_ProcessBinarySpectrum()
573 valley_depth = value_worst_candidate - value_best_candidate; in WebRtc_ProcessBinarySpectrum()