Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daccelerate.cc56 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch() local
57 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()