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/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc
60
size_t
best_correlation_index
= 0;
local
91
best_correlation_index
= CorrelateAndPeakSearch(
98
int16_t* decoded_output = temp_data +
best_correlation_index
;
104
expanded_length -
best_correlation_index
);
133
sizeof(int16_t) *
best_correlation_index
);
134
DspHelper::CrossFade(&expanded_channel[
best_correlation_index
],
138
output_length =
best_correlation_index
+ input_length_per_channel;
356
size_t
best_correlation_index
;
local
361
fs_mult_, &
best_correlation_index
,
364
best_correlation_index
+= start_index
[
all
...]
expand.cc
355
size_t
best_correlation_index
[kNumCorrelationCandidates];
local
392
best_correlation_index
, best_correlation);
396
best_correlation_index
[0] += fs_mult_20;
397
best_correlation_index
[1] += fs_mult_20;
398
best_correlation_index
[2] += fs_mult_20;
404
best_correlation_index
[i] - fs_mult_4);
406
best_correlation_index
[i] + fs_mult_4);
437
size_t correlation_lag =
best_correlation_index
[best_index];
[
all
...]
Completed in 90 milliseconds