Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c251 float32x4_t wtBuf_re = vld1q_f32(&h_fft_buf[0][pos + j]); in FilterAdaptationNEON() local
256 wtBuf_re = vaddq_f32(wtBuf_re, fft_re_im.val[0]); in FilterAdaptationNEON()
259 vst1q_f32(&h_fft_buf[0][pos + j], wtBuf_re); in FilterAdaptationNEON()
Daec_core_sse2.c215 __m128 wtBuf_re = _mm_loadu_ps(&h_fft_buf[0][pos + j]); in FilterAdaptationSSE2() local
223 wtBuf_re = _mm_add_ps(wtBuf_re, fft_re); in FilterAdaptationSSE2()
225 _mm_storeu_ps(&h_fft_buf[0][pos + j], wtBuf_re); in FilterAdaptationSSE2()