OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_fft_im
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
212
const float32x4_t
e_fft_im
= vld1q_f32(&e_fft[1][j]);
local
217
const float32x4_t e = vmlaq_f32(a, x_fft_buf_im,
e_fft_im
);
218
const float32x4_t c = vmulq_f32(x_fft_buf_re,
e_fft_im
);
aec_core_sse2.c
173
const __m128
e_fft_im
= _mm_loadu_ps(&e_fft[1][j]);
local
178
const __m128 b = _mm_mul_ps(x_fft_buf_im,
e_fft_im
);
179
const __m128 c = _mm_mul_ps(x_fft_buf_re,
e_fft_im
);
Completed in 40 milliseconds