Searched defs:output_channel (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc480 complex_f* output_channel = output[0]; local
482 output_channel[f_ix] = complex_f(0.f, 0.f);
487 output_channel[f_ix] += input[c_ix][f_ix] * delay_sum_mask_els[c_ix];
490 output_channel[f_ix] *= kCompensationGain * final_mask_[f_ix];

Completed in 104 milliseconds