OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x1_x3_add
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
100
const float32x4_t
x1_x3_add
=
local
104
const float32x2_t yy0_a = vdup_lane_f32(vget_high_f32(
x1_x3_add
), 0);
107
const float32x2_t yy1_a = vdup_lane_f32(vget_high_f32(
x1_x3_add
), 1);
122
vst1_f32(&a[j + 8], vget_low_f32(
x1_x3_add
));
158
const float32x4_t
x1_x3_add
=
local
163
float32x4_t xx12 = vmulq_f32(wk1rv,
x1_x3_add
);
166
xx12 = vmlaq_f32(xx12, wk1iv, vrev64q_f32(
x1_x3_add
));
aec_rdft_sse2.c
120
const __m128
x1_x3_add
= _mm_add_ps(x1r0_1i0_1r1_x1i1, x3_swapped);
local
124
_mm_shuffle_ps(
x1_x3_add
, x1_x3_sub, _MM_SHUFFLE(2, 2, 2, 2));
126
_mm_shuffle_ps(
x1_x3_add
, x1_x3_sub, _MM_SHUFFLE(3, 3, 3, 3));
142
_mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(
x1_x3_add
));
200
const __m128
x1_x3_add
= _mm_add_ps(x1r0_1i0_1r1_x1i1, x3_swapped);
local
203
const __m128 xx10 = _mm_mul_ps(
x1_x3_add
, wk1rv);
206
_mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(
x1_x3_add
),
Completed in 45 milliseconds