Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc358 int16_t best_distortion[kNumCorrelationCandidates]; in AnalyzeSignal() local
414 WebRtcSpl_VectorBitShiftW32ToW16(best_distortion, kNumCorrelationCandidates, in AnalyzeSignal()
423 if (best_distortion[i] > 0) { in AnalyzeSignal()
424 ratio = (best_correlation[i] << 16) / best_distortion[i]; in AnalyzeSignal()