Home
last modified time | relevance | path

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

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