Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c191 const __m128 fft4 = _mm_loadu_ps(&fft[2 * j + 4]); in FilterAdaptationSSE2() local
192 const __m128 fft_re = _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2 ,0)); in FilterAdaptationSSE2()
193 const __m128 fft_im = _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3 ,1)); in FilterAdaptationSSE2()