OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_fft_im
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
60
const float32x4_t
y_fft_im
= vld1q_f32(&y_fft[1][j]);
local
66
const float32x4_t h = vaddq_f32(
y_fft_im
, f);
aec_core_sse2.c
56
const __m128
y_fft_im
= _mm_loadu_ps(&y_fft[1][j]);
local
64
const __m128 h = _mm_add_ps(
y_fft_im
, f);
Completed in 45 milliseconds