Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc63 size_t input_length_per_channel = input_vector.Size(); in Process() local
64 assert(input_length_per_channel == input_length / num_channels_); in Process()
70 new int16_t[input_length_per_channel]); in Process()
73 input_vector[channel].CopyTo(input_length_per_channel, 0, in Process()
78 16384, SignalScaling(input_channel.get(), input_length_per_channel, in Process()
85 Downsample(input_channel.get(), input_length_per_channel, in Process()
90 old_length, input_length_per_channel, expand_period); in Process()
93 temp_data_.resize(input_length_per_channel + best_correlation_index); in Process()
102 std::min(interpolation_length, input_length_per_channel); in Process()
114 ((16384 - mute_factor) << 6) / input_length_per_channel); in Process()
[all …]