Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.c191 int32_t value_worst_candidate = 0; in WebRtc_ProcessBinarySpectrum() local
246 if (handle->mean_bit_counts[i] > value_worst_candidate) { in WebRtc_ProcessBinarySpectrum()
247 value_worst_candidate = handle->mean_bit_counts[i]; in WebRtc_ProcessBinarySpectrum()
266 (value_worst_candidate - value_best_candidate > kProbabilityMinSpread)) { in WebRtc_ProcessBinarySpectrum()
282 if (value_worst_candidate > value_best_candidate + kProbabilityOffset) { in WebRtc_ProcessBinarySpectrum()