Searched refs:max_corr (Results 1 – 2 of 2) sorted by relevance
296 max_corr = max(correlation_indices)297 if max_corr < threshold:298 logging.debug('Got one unmatched block with max_corr: %s', max_corr)
173 int32_t max_corr = WebRtcSpl_MaxAbsValueW32(auto_corr, kCorrelationLen); in AutoCorrelation() local174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()