OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinLag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.cc
72
// happens in AutoCorrelation(). Here, |
kMinLag
| is in the down-sampled 4 kHz
75
peak_index +=
kMinLag
* fs_mult_ * 2;
166
// Calculate correlation from lag
kMinLag
to lag kMaxLag in 4 kHz domain.
169
&downsampled_input_[kMaxLag -
kMinLag
],
170
kCorrelationLen, kMaxLag -
kMinLag
, scaling, -1);
time_stretch.h
82
static const int
kMinLag
= 10;
Completed in 1564 milliseconds