Home
last modified time | relevance | path

Searched refs:x2v (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/x86/
Dpitch_sse.c145 __m128 yi, yi2, x1v, x2v, x3v, x4v; in comb_filter_const_sse() local
152 x2v = _mm_loadu_ps(xp+2); in comb_filter_const_sse()
155 x2v = _mm_shuffle_ps(x0v, x4v, 0x4e); in comb_filter_const_sse()
156 x1v = _mm_shuffle_ps(x0v, x2v, 0x99); in comb_filter_const_sse()
157 x3v = _mm_shuffle_ps(x2v, x4v, 0x99); in comb_filter_const_sse()
160 yi = _mm_add_ps(yi, _mm_mul_ps(g10v,x2v)); in comb_filter_const_sse()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_neon.c46 const float32x4_t x2v = vaddq_f32(a45v, a67v); in cft1st_128_neon() local
50 a01v = vaddq_f32(x0v, x2v); in cft1st_128_neon()
51 x0v = vsubq_f32(x0v, x2v); in cft1st_128_neon()
Daec_rdft_sse2.c40 const __m128 x2v = _mm_add_ps(a45v, a67v); in cft1st_128_SSE2() local
43 a01v = _mm_add_ps(x0v, x2v); in cft1st_128_SSE2()
44 x0v = _mm_sub_ps(x0v, x2v); in cft1st_128_SSE2()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp87 return x2v(First); in find_first()
94 return x2v(Next); in find_next()
152 static inline unsigned x2v(unsigned x) { in x2v() function
DHexagonBitSimplify.cpp45 return x2v(First); in find_first()
52 return x2v(Next); in find_next()
110 static inline unsigned x2v(unsigned x) { in x2v() function