Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc81 const ComplexMatrix<float>& norm_mat) { in Norm() argument
82 RTC_CHECK_EQ(1u, norm_mat.num_rows()); in Norm()
83 RTC_CHECK_EQ(norm_mat.num_columns(), mat.num_rows()); in Norm()
84 RTC_CHECK_EQ(norm_mat.num_columns(), mat.num_columns()); in Norm()
90 const complex<float>* const* norm_mat_els = norm_mat.elements(); in Norm()
92 for (size_t i = 0; i < norm_mat.num_columns(); ++i) { in Norm()
93 for (size_t j = 0; j < norm_mat.num_columns(); ++j) { in Norm()