Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc86 complex<float> first_product = complex<float>(0.f, 0.f); in Norm() local
94 first_product += conj(norm_mat_els[0][j]) * mat_els[j][i]; in Norm()
96 second_product += first_product * norm_mat_els[0][i]; in Norm()
97 first_product = 0.f; in Norm()