OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_correlation_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc
46
int16_t
best_correlation_index
= 0;
local
77
best_correlation_index
= CorrelateAndPeakSearch(
84
int16_t* decoded_output = temp_data +
best_correlation_index
;
90
expanded_length -
best_correlation_index
);
117
sizeof(int16_t) *
best_correlation_index
);
118
DspHelper::CrossFade(&expanded_channel[
best_correlation_index
],
122
output_length =
best_correlation_index
+ input_length_per_channel;
339
int
best_correlation_index
;
local
344
fs_mult_, &
best_correlation_index
,
347
best_correlation_index
+= start_index
[
all
...]
expand.cc
314
int
best_correlation_index
[kNumCorrelationCandidates];
local
351
best_correlation_index
, best_correlation);
355
best_correlation_index
[0] += fs_mult_20;
356
best_correlation_index
[1] += fs_mult_20;
357
best_correlation_index
[2] += fs_mult_20;
363
best_correlation_index
[i] - fs_mult_4);
365
best_correlation_index
[i] + fs_mult_4);
396
int correlation_lag =
best_correlation_index
[best_index];
[
all
...]
Completed in 124 milliseconds