HomeSort by relevance Sort by last modified time
    Searched refs:kMaxLag (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.h 83 static const int kMaxLag = 60;
84 static const int kDownsampledLen = kCorrelationLen + kMaxLag;
time_stretch.cc 166 // Calculate correlation from lag kMinLag to lag kMaxLag in 4 kHz domain.
168 WebRtcSpl_CrossCorrelation(auto_corr, &downsampled_input_[kMaxLag],
169 &downsampled_input_[kMaxLag - kMinLag],
170 kCorrelationLen, kMaxLag - kMinLag, scaling, -1);

Completed in 197 milliseconds