Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Daudio_analysis.py349 max_corr = max(correlation_indices)
350 if max_corr < threshold:
351 logging.debug('Got one unmatched block with max_corr: %s', max_corr)
/external/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc168 int32_t max_corr = WebRtcSpl_MaxAbsValueW32(auto_corr, kCorrelationLen); in AutoCorrelation() local
169 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()