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