Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dtime_stretch.h86 static const int kCorrelationThreshold = 14746; // 0.9 in Q14. variable
Daccelerate.cc57 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch()
Dpreemptive_expand.cc72 if (((best_correlation > kCorrelationThreshold) && in CheckCriteriaAndStretch()