Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c523 int32_t value_best_candidate = kMaxBitCountsQ9; in WebRtc_ProcessBinarySpectrum() local
565 if (self->mean_bit_counts[i] < value_best_candidate) { in WebRtc_ProcessBinarySpectrum()
566 value_best_candidate = self->mean_bit_counts[i]; in WebRtc_ProcessBinarySpectrum()
573 valley_depth = value_worst_candidate - value_best_candidate; in WebRtc_ProcessBinarySpectrum()
595 int32_t threshold = value_best_candidate + kProbabilityOffset; in WebRtc_ProcessBinarySpectrum()
615 ((value_best_candidate < self->minimum_probability) || in WebRtc_ProcessBinarySpectrum()
616 (value_best_candidate < self->last_delay_probability))); in WebRtc_ProcessBinarySpectrum()
619 value_best_candidate); in WebRtc_ProcessBinarySpectrum()
639 if (value_best_candidate < self->last_delay_probability) { in WebRtc_ProcessBinarySpectrum()
640 self->last_delay_probability = value_best_candidate; in WebRtc_ProcessBinarySpectrum()