Home
last modified time | relevance | path

Searched refs:valley_depth (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c95 const float valley_depth = valley_depth_q14 * kQ14Scaling; in UpdateRobustValidationStatistics() local
96 float decrease_in_last_set = valley_depth; in UpdateRobustValidationStatistics()
114 self->histogram[candidate_delay] += valley_depth; in UpdateRobustValidationStatistics()
140 valley_depth * (!is_in_last_set && !is_in_candidate_set); in UpdateRobustValidationStatistics()
525 int32_t valley_depth = 0; in WebRtc_ProcessBinarySpectrum() local
573 valley_depth = value_worst_candidate - value_best_candidate; in WebRtc_ProcessBinarySpectrum()
590 (valley_depth > kProbabilityMinSpread)) { in WebRtc_ProcessBinarySpectrum()
614 valid_candidate = ((valley_depth > kProbabilityOffset) && in WebRtc_ProcessBinarySpectrum()
618 UpdateRobustValidationStatistics(self, candidate_delay, valley_depth, in WebRtc_ProcessBinarySpectrum()