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

/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c523 int32_t value_best_candidate = kMaxBitCountsQ9; local
562 // Find |candidate_delay|, |value_best_candidate| and |value_worst_candidate|
565 if (self->mean_bit_counts[i] < value_best_candidate) {
566 value_best_candidate = self->mean_bit_counts[i];
573 valley_depth = value_worst_candidate - value_best_candidate;
575 // The |value_best_candidate| is a good indicator on the probability of
576 // |candidate_delay| being an accurate delay (a small |value_best_candidate|
593 // difference between |value_worst_candidate| and |value_best_candidate| has
595 int32_t threshold = value_best_candidate + kProbabilityOffset;
611 // (|value_best_candidate| < |minimum_probabilit
[all...]

Completed in 205 milliseconds