HomeSort by relevance Sort by last modified time
    Searched refs:max_corr (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 173 int32_t max_corr = WebRtcSpl_MaxAbsValueW32(auto_corr, kCorrelationLen); local
174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr));
  /external/autotest/client/cros/audio/
audio_analysis.py 339 max_corr = max(correlation_indices)
340 if max_corr < threshold:
341 logging.debug('Got one unmatched block with max_corr: %s', max_corr)

Completed in 588 milliseconds