Searched defs:is_histogram_valid (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c168 // - is_histogram_valid : 1 - The |candidate_delay| is valid.
175 int is_histogram_valid = 0; local
208 is_histogram_valid =
212 return is_histogram_valid;
217 // |is_instantaneous_valid| and the |is_histogram_valid| and combines them
226 // - is_histogram_valid : The histogram based validation.
235 int is_histogram_valid) {
240 // |is_histogram_valid|.
243 // (|is_instantaneous_valid| OR |is_histogram_valid|).
245 (is_instantaneous_valid || is_histogram_valid);
232 RobustValidation(const BinaryDelayEstimator* self, int candidate_delay, int is_instantaneous_valid, int is_histogram_valid) argument
619 int is_histogram_valid = 0; local
[all...]

Completed in 119 milliseconds