OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correlation_lag
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc
437
size_t
correlation_lag
= best_correlation_index[best_index];
local
438
max_lag_ = std::max(distortion_lag,
correlation_lag
);
441
// |
correlation_lag
| and |distortion_lag|.
446
size_t start_index = std::min(distortion_lag,
correlation_lag
);
448
WEBRTC_SPL_ABS_W16((distortion_lag-
correlation_lag
)) + 1);
565
if (distortion_lag ==
correlation_lag
) {
570
// |distortion_lag| and |
correlation_lag
| are not equal; use different
575
expand_lags_[1] = (distortion_lag +
correlation_lag
) / 2;
576
// Third lag is the average again, but rounding towards |
correlation_lag
|.
577
if (distortion_lag >
correlation_lag
) {
[
all
...]
Completed in 3858 milliseconds