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

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c78 // same |candidate_delay|
85 // - candidate_delay : The delay to validate.
87 // |candidate_delay| location. |valley_depth_q14| is the
92 int candidate_delay,
97 const int max_hits_for_slow_change = (candidate_delay < self->last_delay) ?
103 if (candidate_delay != self->last_candidate_delay) {
105 self->last_candidate_delay = candidate_delay;
110 // 1. The |candidate_delay| histogram bin is increased with the
112 // |candidate_delay| is. The histogram is not increased above
114 self->histogram[candidate_delay]
91 UpdateRobustValidationStatistics(BinaryDelayEstimator* self, int candidate_delay, int32_t valley_depth_q14, int32_t valley_level_q14) argument
170 HistogramBasedValidation(const BinaryDelayEstimator* self, int candidate_delay) argument
232 RobustValidation(const BinaryDelayEstimator* self, int candidate_delay, int is_instantaneous_valid, int is_histogram_valid) argument
520 int candidate_delay = -1; local
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c188 int candidate_delay = -1; local
239 // Find |candidate_delay|, |value_best_candidate| and |value_worst_candidate|
244 candidate_delay = i;
252 // |candidate_delay| being an accurate delay (a small |value_best_candidate|
285 handle->last_delay = candidate_delay;
288 handle->last_delay = candidate_delay;
/external/chromium_org/components/suggestions/
H A Dsuggestions_service.cc419 int candidate_delay = blacklist_delay_sec_ * kBlacklistBackoffMultiplier; local
420 if (candidate_delay < kBlacklistMaxDelaySec)
421 blacklist_delay_sec_ = candidate_delay;

Completed in 109 milliseconds