Home
last modified time | relevance | path

Searched refs:best_correlation (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.cc36 int16_t* best_correlation, in SetParametersForPassiveSpeech() argument
40 *best_correlation = 0; in SetParametersForPassiveSpeech()
47 int16_t best_correlation, in CheckCriteriaAndStretch() argument
54 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()
Dtime_stretch.cc104 int16_t best_correlation; in Process() local
106 SetParametersForPassiveSpeech(signal_len, &best_correlation, &peak_index); in Process()
135 best_correlation = WebRtcSpl_DivW32W16(cross_corr, sqrt_energy_prod); in Process()
137 best_correlation = std::min(static_cast<int16_t>(16384), best_correlation); in Process()
143 CheckCriteriaAndStretch(input, input_len, peak_index, best_correlation, in Process()
Dpreemptive_expand.cc43 int16_t* best_correlation, in SetParametersForPassiveSpeech() argument
47 *best_correlation = 0; in SetParametersForPassiveSpeech()
61 int16_t best_correlation, in CheckCriteriaAndStretch() argument
70 if (((best_correlation > kCorrelationThreshold) && in CheckCriteriaAndStretch()
Daccelerate.h54 int16_t* best_correlation,
62 int16_t best_correlation,
Dpreemptive_expand.h56 int16_t* best_correlation,
64 int16_t best_correlation,
Dtime_stretch.h70 int16_t* best_correlation,
80 int16_t best_correlation,
Dmerge.cc357 int16_t best_correlation; in CorrelateAndPeakSearch() local
362 &best_correlation); in CorrelateAndPeakSearch()
Dexpand.cc356 int16_t best_correlation[kNumCorrelationCandidates]; in AnalyzeSignal() local
392 best_correlation_index, best_correlation); in AnalyzeSignal()
424 ratio = (best_correlation[i] << 16) / best_distortion[i]; in AnalyzeSignal()
425 } else if (best_correlation[i] == 0) { in AnalyzeSignal()