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

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c191 int32_t value_worst_candidate = 0; local
239 // Find |candidate_delay|, |value_best_candidate| and |value_worst_candidate|
246 if (handle->mean_bit_counts[i] > value_worst_candidate) {
247 value_worst_candidate = handle->mean_bit_counts[i];
266 (value_worst_candidate - value_best_candidate > kProbabilityMinSpread)) {
269 // difference between |value_worst_candidate| and |value_best_candidate| has
282 if (value_worst_candidate > value_best_candidate + kProbabilityOffset) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c470 int32_t value_worst_candidate = 0; local
504 // Find |candidate_delay|, |value_best_candidate| and |value_worst_candidate|
511 if (self->mean_bit_counts[i] > value_worst_candidate) {
512 value_worst_candidate = self->mean_bit_counts[i];
515 valley_depth = value_worst_candidate - value_best_candidate;
535 // difference between |value_worst_candidate| and |value_best_candidate| has

Completed in 247 milliseconds