OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x3i0_3r0_3i1_x3r1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
99
const float32x4_t
x3i0_3r0_3i1_x3r1
= vrev64q_f32(x3r0_3i0_3r1_x3i1);
local
101
vmlaq_f32(x1r0_1i0_1r1_x1i1, vec_swap_sign,
x3i0_3r0_3i1_x3r1
);
103
vmlsq_f32(x1r0_1i0_1r1_x1i1, vec_swap_sign,
x3i0_3r0_3i1_x3r1
);
157
const float32x4_t
x3i0_3r0_3i1_x3r1
= vrev64q_f32(x3r0_3i0_3r1_x3i1);
local
159
vmlaq_f32(x1r0_1i0_1r1_x1i1, vec_swap_sign,
x3i0_3r0_3i1_x3r1
);
161
vmlsq_f32(x1r0_1i0_1r1_x1i1, vec_swap_sign,
x3i0_3r0_3i1_x3r1
);
aec_rdft_sse2.c
117
const __m128
x3i0_3r0_3i1_x3r1
= _mm_castsi128_ps(_mm_shuffle_epi32(
local
119
const __m128 x3_swapped = _mm_mul_ps(mm_swap_sign,
x3i0_3r0_3i1_x3r1
);
197
const __m128
x3i0_3r0_3i1_x3r1
= _mm_castsi128_ps(_mm_shuffle_epi32(
local
199
const __m128 x3_swapped = _mm_mul_ps(mm_swap_sign,
x3i0_3r0_3i1_x3r1
);
Completed in 667 milliseconds