OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correlation_lags
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc
447
size_t
correlation_lags
= static_cast<size_t>(
local
449
assert(
correlation_lags
<= static_cast<size_t>(99 * fs_mult + 1));
456
-
correlation_lags
],
457
correlation_length + start_index +
correlation_lags
- 1);
467
correlation_length,
correlation_lags
, correlation_scale, -1);
470
best_index = WebRtcSpl_MaxIndexW32(correlation_vector2,
correlation_lags
);
[
all
...]
Completed in 508 milliseconds