Searched refs:x1_x3_sub (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 102 const float32x4_t x1_x3_sub = in cftmdl_128_neon() local 105 const float32x2_t yy0_s = vdup_lane_f32(vget_high_f32(x1_x3_sub), 0); in cftmdl_128_neon() 108 const float32x2_t yy1_s = vdup_lane_f32(vget_high_f32(x1_x3_sub), 1); in cftmdl_128_neon() 123 vst1_f32(&a[j + 24], vget_low_f32(x1_x3_sub)); in cftmdl_128_neon() 160 const float32x4_t x1_x3_sub = in cftmdl_128_neon() local 164 float32x4_t xx22 = vmulq_f32(wk3rv, x1_x3_sub); in cftmdl_128_neon() 167 xx22 = vmlaq_f32(xx22, wk3iv, vrev64q_f32(x1_x3_sub)); in cftmdl_128_neon()
|
D | aec_rdft_sse2.c | 121 const __m128 x1_x3_sub = _mm_sub_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() 143 _mm_storel_epi64((__m128i*)&a[j0 + 24], _mm_castps_si128(x1_x3_sub)); in cftmdl_128_SSE2() 201 const __m128 x1_x3_sub = _mm_sub_ps(x1r0_1i0_1r1_x1i1, x3_swapped); in cftmdl_128_SSE2() local 210 const __m128 xx20 = _mm_mul_ps(x1_x3_sub, wk3rv); in cftmdl_128_SSE2() 213 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(x1_x3_sub), in cftmdl_128_SSE2()
|