HomeSort by relevance Sort by last modified time
    Searched full:output_channel (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
debug.proto 41 repeated bytes output_channel = 8;
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 348 msg.output_channel(0).size());
350 ASSERT_EQ(0, memcmp(output_->channels()[i], msg.output_channel(i).data(),
351 msg.output_channel(i).size()));
unpack.cc 178 reinterpret_cast<const float*>(msg.output_channel(i).data());
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 480 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 1478 milliseconds