Home
last modified time | relevance | path

Searched refs:expanded_length (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc57 size_t expanded_length = GetExpandedSignal(&old_length, &expand_period); in Process() local
71 std::unique_ptr<int16_t[]> expanded_channel(new int16_t[expanded_length]); in Process()
75 expanded_[channel].CopyTo(expanded_length, 0, expanded_channel.get()); in Process()
86 expanded_channel.get(), expanded_length); in Process()
100 expanded_length - best_correlation_index); in Process()
263 size_t expanded_length) { in Downsample() argument
284 &expanded_signal[signal_offset], expanded_length - signal_offset, in Downsample()
Dmerge.h79 size_t expanded_length);