Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c211 const float32x4_t e_fft_re = vld1q_f32(&e_fft[0][j]); in FilterAdaptationNEON() local
216 const float32x4_t a = vmulq_f32(x_fft_buf_re, e_fft_re); in FilterAdaptationNEON()
219 const float32x4_t f = vmlsq_f32(c, x_fft_buf_im, e_fft_re); in FilterAdaptationNEON()
Daec_core_sse2.c172 const __m128 e_fft_re = _mm_loadu_ps(&e_fft[0][j]); in FilterAdaptationSSE2() local
177 const __m128 a = _mm_mul_ps(x_fft_buf_re, e_fft_re); in FilterAdaptationSSE2()
180 const __m128 d = _mm_mul_ps(x_fft_buf_im, e_fft_re); in FilterAdaptationSSE2()