Searched refs:a_j2_p0 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 264 const __m128 a_j2_p0 = _mm_shuffle_ps( in rftfsub_128_SSE2() local 273 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); in rftfsub_128_SSE2() 291 const __m128 a_j2_p0n = _mm_sub_ps(a_j2_p0, yr_); // 2, 4, 6, 8, in rftfsub_128_SSE2() 355 const __m128 a_j2_p0 = _mm_shuffle_ps( in rftbsub_128_SSE2() local 364 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); in rftbsub_128_SSE2() 382 const __m128 a_j2_p0n = _mm_sub_ps(a_j2_p0, yr_); // 2, 4, 6, 8, in rftbsub_128_SSE2()
|