OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtBuf_re
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
251
float32x4_t
wtBuf_re
= vld1q_f32(&h_fft_buf[0][pos + j]);
256
wtBuf_re
= vaddq_f32(
wtBuf_re
, fft_re_im.val[0]);
259
vst1q_f32(&h_fft_buf[0][pos + j],
wtBuf_re
);
aec_core_sse2.c
215
__m128
wtBuf_re
= _mm_loadu_ps(&h_fft_buf[0][pos + j]);
223
wtBuf_re
= _mm_add_ps(
wtBuf_re
, fft_re);
225
_mm_storeu_ps(&h_fft_buf[0][pos + j],
wtBuf_re
);
Completed in 48 milliseconds