OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xx12
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
163
float32x4_t
xx12
= vmulq_f32(wk1rv, x1_x3_add);
local
166
xx12
= vmlaq_f32(
xx12
, wk1iv, vrev64q_f32(x1_x3_add));
173
vst1_f32(&a[j + 8], vget_low_f32(
xx12
));
174
vst1_f32(&a[j + 40], vget_high_f32(
xx12
));
aec_rdft_sse2.c
208
const __m128
xx12
= _mm_add_ps(xx10, xx11);
local
227
_mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(
xx12
));
230
_mm_shuffle_epi32(_mm_castps_si128(
xx12
), _MM_SHUFFLE(3, 2, 3, 2)));
Completed in 30 milliseconds