HomeSort by relevance Sort by last modified time
    Searched refs:candidate_hits (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h 53 int candidate_hits; member in struct:__anon27892
delay_estimator.c 77 // 1. the number of |candidate_hits|, which states for how long we have had the
102 // Reset |candidate_hits| if we have a new candidate.
104 self->candidate_hits = 0;
107 self->candidate_hits++;
127 if (self->candidate_hits < max_hits_for_slow_change) {
188 // |candidate_hits| to be more than |kMinRequiredHits| to remove spurious
210 (self->candidate_hits > kMinRequiredHits);
498 self->candidate_hits = 0;

Completed in 2905 milliseconds