Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc65 int16_t* expanded_channel = &expanded_[channel][0]; in Process() local
68 input_channel, input_length_per_channel, expanded_channel, in Process()
87 Downsample(input_channel, input_length_per_channel, expanded_channel, in Process()
132 memmove(temp_data, expanded_channel, in Process()
134 DspHelper::CrossFade(&expanded_channel[best_correlation_index], in Process()