OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat_els
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/beamformer/
covariance_matrix_generator.cc
49
complex<float>* const*
mat_els
= mat->elements();
local
53
mat_els
[i][j] =
56
mat_els
[i][j] = i == j ? 1.f : 0.f;
103
complex<float>* const*
mat_els
= mat->elements();
local
110
mat_els
[0][c_ix] = complex<float>(cos(phase_shift), sin(phase_shift));
nonlinear_beamformer.cc
89
const complex<float>* const*
mat_els
= mat.elements();
local
94
first_product += conj(norm_mat_els[0][j]) *
mat_els
[j][i];
128
const complex<float>* const*
mat_els
= mat.elements();
local
131
sum_abs += std::abs(
mat_els
[i][j]);
140
const complex<float>* const*
mat_els
= mat.elements();
local
143
float abs_value = std::abs(
mat_els
[i][j]);
Completed in 64 milliseconds