Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.cc531 int32_t value_best_candidate = kMaxBitCountsQ9; in WebRtc_ProcessBinarySpectrum() local
573 if (self->mean_bit_counts[i] < value_best_candidate) { in WebRtc_ProcessBinarySpectrum()
574 value_best_candidate = self->mean_bit_counts[i]; in WebRtc_ProcessBinarySpectrum()
581 valley_depth = value_worst_candidate - value_best_candidate; in WebRtc_ProcessBinarySpectrum()
603 int32_t threshold = value_best_candidate + kProbabilityOffset; in WebRtc_ProcessBinarySpectrum()
623 ((value_best_candidate < self->minimum_probability) || in WebRtc_ProcessBinarySpectrum()
624 (value_best_candidate < self->last_delay_probability))); in WebRtc_ProcessBinarySpectrum()
636 value_best_candidate); in WebRtc_ProcessBinarySpectrum()
661 if (value_best_candidate < self->last_delay_probability) { in WebRtc_ProcessBinarySpectrum()
662 self->last_delay_probability = value_best_candidate; in WebRtc_ProcessBinarySpectrum()