Searched refs:best_correlation (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | time_stretch.cc | 104 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()
|
D | accelerate.cc | 36 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()
|
D | preemptive_expand.cc | 43 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()
|
D | accelerate.h | 54 int16_t* best_correlation, 62 int16_t best_correlation,
|
D | preemptive_expand.h | 56 int16_t* best_correlation, 64 int16_t best_correlation,
|
D | time_stretch.h | 70 int16_t* best_correlation, 80 int16_t best_correlation,
|
D | merge.cc | 357 int16_t best_correlation; in CorrelateAndPeakSearch() local 362 &best_correlation); in CorrelateAndPeakSearch()
|
D | expand.cc | 356 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()
|