Searched refs:wki_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 201 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, in rftfsub_128_neon() local 220 const float32x4_t b_ = vmulq_f32(wki_, xi_); in rftfsub_128_neon() 222 const float32x4_t d_ = vmulq_f32(wki_, xr_); in rftfsub_128_neon() 281 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, in rftbsub_128_neon() local 300 const float32x4_t b_ = vmulq_f32(wki_, xi_); in rftbsub_128_neon() 302 const float32x4_t d_ = vmulq_f32(wki_, xr_); in rftbsub_128_neon()
|
D | aec_rdft_sse2.c | 258 const __m128 wki_ = c_j1; // 1, 2, 3, 4, in rftfsub_128_SSE2() local 281 const __m128 b_ = _mm_mul_ps(wki_, xi_); in rftfsub_128_SSE2() 283 const __m128 d_ = _mm_mul_ps(wki_, xr_); in rftfsub_128_SSE2() 349 const __m128 wki_ = c_j1; // 1, 2, 3, 4, in rftbsub_128_SSE2() local 372 const __m128 b_ = _mm_mul_ps(wki_, xi_); in rftbsub_128_SSE2() 374 const __m128 d_ = _mm_mul_ps(wki_, xr_); in rftbsub_128_SSE2()
|