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