Searched refs:x1_x3_add (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 100 const float32x4_t x1_x3_add = in cftmdl_128_neon() local 104 const float32x2_t yy0_a = vdup_lane_f32(vget_high_f32(x1_x3_add), 0); in cftmdl_128_neon() 107 const float32x2_t yy1_a = vdup_lane_f32(vget_high_f32(x1_x3_add), 1); in cftmdl_128_neon() 122 vst1_f32(&a[j + 8], vget_low_f32(x1_x3_add)); in cftmdl_128_neon() 158 const float32x4_t x1_x3_add = in cftmdl_128_neon() local 163 float32x4_t xx12 = vmulq_f32(wk1rv, x1_x3_add); in cftmdl_128_neon() 166 xx12 = vmlaq_f32(xx12, wk1iv, vrev64q_f32(x1_x3_add)); in cftmdl_128_neon()
|
D | aec_rdft_sse2.c | 120 const __m128 x1_x3_add = _mm_add_ps(x1r0_1i0_1r1_x1i1, x3_swapped); in cftmdl_128_SSE2() local 124 _mm_shuffle_ps(x1_x3_add, x1_x3_sub, _MM_SHUFFLE(2, 2, 2, 2)); in cftmdl_128_SSE2() 126 _mm_shuffle_ps(x1_x3_add, x1_x3_sub, _MM_SHUFFLE(3, 3, 3, 3)); in cftmdl_128_SSE2() 142 _mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(x1_x3_add)); in cftmdl_128_SSE2() 200 const __m128 x1_x3_add = _mm_add_ps(x1r0_1i0_1r1_x1i1, x3_swapped); in cftmdl_128_SSE2() local 203 const __m128 xx10 = _mm_mul_ps(x1_x3_add, wk1rv); in cftmdl_128_SSE2() 206 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(x1_x3_add), in cftmdl_128_SSE2()
|