OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
296
max_corr
= max(correlation_indices)
297
if
max_corr
< threshold:
298
logging.debug('Got one unmatched block with
max_corr
: %s',
max_corr
)
Completed in 57 milliseconds