HomeSort by relevance Sort by last modified time
    Searched full:is_robust (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 229 // - is_robust : 1 - The candidate_delay is valid according to a
236 int is_robust = 0; local
244 is_robust = (self->last_delay < 0) &&
248 is_robust |= is_instantaneous_valid && is_histogram_valid;
252 is_robust |= is_histogram_valid &&
255 return is_robust;

Completed in 3039 milliseconds