Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc480 complex_f* output_channel = output[0]; in ApplyMasks() local
482 output_channel[f_ix] = complex_f(0.f, 0.f); in ApplyMasks()
487 output_channel[f_ix] += input[c_ix][f_ix] * delay_sum_mask_els[c_ix]; in ApplyMasks()
490 output_channel[f_ix] *= kCompensationGain * final_mask_[f_ix]; in ApplyMasks()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc348 msg.output_channel(0).size()); in OnStreamEvent()
350 ASSERT_EQ(0, memcmp(output_->channels()[i], msg.output_channel(i).data(), in OnStreamEvent()
351 msg.output_channel(i).size())); in OnStreamEvent()
Dunpack.cc178 reinterpret_cast<const float*>(msg.output_channel(i).data()); in do_main()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto41 repeated bytes output_channel = 8; field