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

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c103 static const float kDelayQualityThresholdMax = 0.07f; variable
913 delay_quality = (delay_quality > kDelayQualityThresholdMax ?
914 kDelayQualityThresholdMax : delay_quality);

Completed in 49 milliseconds