Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal.cc67 for (size_t channel_ix = 0; channel_ix < output->Channels(); ++channel_ix) { in Process() local
69 external_mute_factor_array[channel_ix] = static_cast<int16_t>( in Process()
70 (external_mute_factor_array[channel_ix] * in Process()
71 expand_->MuteFactor(channel_ix)) >> 14); in Process()
73 int16_t* signal = &(*output)[channel_ix][0]; in Process()
96 (energy > background_noise_.Energy(channel_ix))) { in Process()
101 background_noise_.Energy(channel_ix) << (scaling+14); in Process()
108 if (mute_factor > external_mute_factor_array[channel_ix]) { in Process()
109 external_mute_factor_array[channel_ix] = in Process()
117 assert(channel_ix < output->Channels()); in Process()
[all …]
Dbackground_noise.cc57 for (size_t channel_ix = 0; channel_ix < num_channels_; ++channel_ix) { in Update() local
58 ChannelParameters& parameters = channel_parameters_[channel_ix]; in Update()
62 &input[channel_ix][input.Size() - kVecLen], in Update()
114 SaveParameters(channel_ix, lpc_coefficients, in Update()
122 IncrementEnergyThreshold(channel_ix, sample_energy); in Update()
Dexpand.cc108 for (size_t channel_ix = 0; channel_ix < num_channels_; ++channel_ix) { in Process() local
109 ChannelParameters& parameters = channel_parameters_[channel_ix]; in Process()
167 (*sync_buffer_)[channel_ix][start_ix + i] = in Process()
168 (((*sync_buffer_)[channel_ix][start_ix + i] * muting_window) + in Process()
286 channel_ix, in Process()
287 channel_parameters_[channel_ix].mute_slope, in Process()
296 if (channel_ix == 0) { in Process()
301 memcpy(&(*output)[channel_ix][0], temp_data, in Process()
451 for (size_t channel_ix = 0; channel_ix < num_channels_; ++channel_ix) { in AnalyzeSignal() local
452 ChannelParameters& parameters = channel_parameters_[channel_ix]; in AnalyzeSignal()
[all …]