OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correlation_threshold
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc
53
const int
correlation_threshold
= fast_mode ? 8192 : kCorrelationThreshold;
local
54
if ((best_correlation >
correlation_threshold
) || !active_speech) {
/external/autotest/client/cros/audio/
audio_helper.py
773
if '
correlation_threshold
' in parameters:
774
threshold = parameters['
correlation_threshold
']
[
all
...]
Completed in 64 milliseconds