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

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

Completed in 85 milliseconds