Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c59 const float32x4_t y_fft_re = vld1q_f32(&y_fft[0][j]); in FilterFarNEON() local
65 const float32x4_t g = vaddq_f32(y_fft_re, e); in FilterFarNEON()
Daec_core_sse2.c55 const __m128 y_fft_re = _mm_loadu_ps(&y_fft[0][j]); in FilterFarSSE2() local
63 const __m128 g = _mm_add_ps(y_fft_re, e); in FilterFarSSE2()