Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.h88 static const size_t kMaxLag = 60; variable
89 static const size_t kDownsampledLen = kCorrelationLen + kMaxLag;
Dtime_stretch.cc168 WebRtcSpl_CrossCorrelation(auto_corr, &downsampled_input_[kMaxLag], in AutoCorrelation()
169 &downsampled_input_[kMaxLag - kMinLag], in AutoCorrelation()
170 kCorrelationLen, kMaxLag - kMinLag, scaling, -1); in AutoCorrelation()