OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_fft_re
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
211
const float32x4_t
e_fft_re
= vld1q_f32(&e_fft[0][j]);
local
216
const float32x4_t a = vmulq_f32(x_fft_buf_re,
e_fft_re
);
219
const float32x4_t f = vmlsq_f32(c, x_fft_buf_im,
e_fft_re
);
aec_core_sse2.c
172
const __m128
e_fft_re
= _mm_loadu_ps(&e_fft[0][j]);
local
177
const __m128 a = _mm_mul_ps(x_fft_buf_re,
e_fft_re
);
180
const __m128 d = _mm_mul_ps(x_fft_buf_im,
e_fft_re
);
Completed in 2180 milliseconds