Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc87 complex<float> second_product = complex<float>(0.f, 0.f); in Norm() local
96 second_product += first_product * norm_mat_els[0][i]; in Norm()
99 return std::max(second_product.real(), 0.f); in Norm()