Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft_sse2.c268 const __m128 a_j2_p1 = _mm_shuffle_ps(a_j2_0, a_j2_4, in rftfsub_128_SSE2() local
277 const __m128 xi_ = _mm_add_ps(a_j2_p1, a_k2_p1); in rftfsub_128_SSE2()
294 const __m128 a_j2_p1n = _mm_sub_ps(a_j2_p1, yi_); // 3, 5, 7, 9, in rftfsub_128_SSE2()
359 const __m128 a_j2_p1 = _mm_shuffle_ps(a_j2_0, a_j2_4, in rftbsub_128_SSE2() local
368 const __m128 xi_ = _mm_add_ps(a_j2_p1, a_k2_p1); in rftbsub_128_SSE2()
385 const __m128 a_j2_p1n = _mm_sub_ps(yi_, a_j2_p1); // 3, 5, 7, 9, in rftbsub_128_SSE2()