Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Daudio_analysis.py344 max_corr = max(correlation_indices)
345 if max_corr < threshold:
346 logging.debug('Got one unmatched block with max_corr: %s', max_corr)
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc173 int32_t max_corr = WebRtcSpl_MaxAbsValueW32(auto_corr, kCorrelationLen); in AutoCorrelation() local
174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
/external/u-boot/drivers/mtd/ubi/
Dattach.c1066 int max_corr, peb_count; in late_analysis() local
1069 max_corr = peb_count / 20 ?: 8; in late_analysis()
1088 if (ai->corr_peb_count >= max_corr) { in late_analysis()