OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x3w
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
48
const float32x4_t
x3w
= vrev64q_f32(x3v);
local
55
x0v = vmlaq_f32(x1v,
x3w
, vec_swap_sign);
59
x0v = vmlsq_f32(x1v,
x3w
, vec_swap_sign);
aec_rdft_sse2.c
53
const __m128
x3w
= _mm_shuffle_ps(x3v, x3v, _MM_SHUFFLE(2, 3, 0, 1));
local
54
const __m128 x3s = _mm_mul_ps(mm_swap_sign,
x3w
);
Completed in 42 milliseconds