Searched refs:correlation_threshold (Results 1 – 1 of 1) sorted by relevance
56 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch() local57 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()