Home
last modified time | relevance | path

Searched refs:fft0 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c217 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
220 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
222 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
Daec_core_neon.c253 const float32x4_t fft0 = vld1q_f32(&fft[2 * j + 0]); in FilterAdaptationNEON() local
255 const float32x4x2_t fft_re_im = vuzpq_f32(fft0, fft4); in FilterAdaptationNEON()