Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c57 const float32x4_t h_fft_buf_re = vld1q_f32(&h_fft_buf[0][pos + j]); in FilterFarNEON() local
61 const float32x4_t a = vmulq_f32(x_fft_buf_re, h_fft_buf_re); in FilterFarNEON()
64 const float32x4_t f = vmlaq_f32(c, x_fft_buf_im, h_fft_buf_re); in FilterFarNEON()
Daec_core_sse2.c53 const __m128 h_fft_buf_re = _mm_loadu_ps(&h_fft_buf[0][pos + j]); in FilterFarSSE2() local
57 const __m128 a = _mm_mul_ps(x_fft_buf_re, h_fft_buf_re); in FilterFarSSE2()
60 const __m128 d = _mm_mul_ps(x_fft_buf_im, h_fft_buf_re); in FilterFarSSE2()