Searched refs:wtBuf_re (Results 1 – 2 of 2) sorted by relevance
251 float32x4_t wtBuf_re = vld1q_f32(&h_fft_buf[0][pos + j]); in FilterAdaptationNEON() local256 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()
215 __m128 wtBuf_re = _mm_loadu_ps(&h_fft_buf[0][pos + j]); in FilterAdaptationSSE2() local223 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()