Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc65 DspHelper::PeakDetection(auto_correlation_, kCorrelationLen, kNumPeaks, in Process()
68 assert(peak_index <= (2 * kCorrelationLen - 1) * fs_mult_); in Process()
77 assert(peak_index <= 20 * fs_mult_ + (2 * kCorrelationLen - 1) * fs_mult_); in Process()
167 int32_t auto_corr[kCorrelationLen]; in AutoCorrelation()
170 kCorrelationLen, kMaxLag - kMinLag, scaling, -1); in AutoCorrelation()
173 int32_t max_corr = WebRtcSpl_MaxAbsValueW32(auto_corr, kCorrelationLen); in AutoCorrelation()
175 WebRtcSpl_VectorBitShiftW32ToW16(auto_correlation_, kCorrelationLen, in AutoCorrelation()
Dtime_stretch.h85 static const size_t kCorrelationLen = 50; variable
89 static const size_t kDownsampledLen = kCorrelationLen + kMaxLag;
101 int16_t auto_correlation_[kCorrelationLen + 1];