Searched refs:a_j2_p0 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 266 const __m128 a_j2_p0 = _mm_shuffle_ps(a_j2_0, a_j2_4, in rftfsub_128_SSE2() local 275 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); in rftfsub_128_SSE2() 293 const __m128 a_j2_p0n = _mm_sub_ps(a_j2_p0, yr_); // 2, 4, 6, 8, in rftfsub_128_SSE2() 357 const __m128 a_j2_p0 = _mm_shuffle_ps(a_j2_0, a_j2_4, in rftbsub_128_SSE2() local 366 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); in rftbsub_128_SSE2() 384 const __m128 a_j2_p0n = _mm_sub_ps(a_j2_p0, yr_); // 2, 4, 6, 8, in rftbsub_128_SSE2()
|