Searched refs:value_worst_candidate (Results 1 – 1 of 1) sorted by relevance
191 int32_t value_worst_candidate = 0; in WebRtc_ProcessBinarySpectrum() local246 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()