Searched refs:output_channel (Results 1 – 4 of 4) sorted by relevance
480 complex_f* output_channel = output[0]; in ApplyMasks() local482 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()
348 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()
178 reinterpret_cast<const float*>(msg.output_channel(i).data()); in do_main()
41 repeated bytes output_channel = 8; field