Searched refs:_mm_shuffle_epi32 (Results 1 - 7 of 7) sorted by relevance

/external/jpeg/
H A Djidctintelsse.c124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
125 tmp5 = _mm_shuffle_epi32(row2, 0); \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
128 tmp7 = _mm_shuffle_epi32(row2, 0x55); \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
136 tmp6 = _mm_shuffle_epi32(row2, 0xAA); \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
138 row2 = _mm_shuffle_epi32(row2, 0xFF); \
164 tmp2 = _mm_shuffle_epi32(tmp2, 0x1B); /*y7, y6, y5, y4*/ \
165 tmp6 = _mm_shuffle_epi32(tmp
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
125 tmp5 = _mm_shuffle_epi32(row2, 0); \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
128 tmp7 = _mm_shuffle_epi32(row2, 0x55); \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
136 tmp6 = _mm_shuffle_epi32(row2, 0xAA); \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
138 row2 = _mm_shuffle_epi32(row2, 0xFF); \
164 tmp2 = _mm_shuffle_epi32(tmp2, 0x1B); /*y7, y6, y5, y4*/ \
165 tmp6 = _mm_shuffle_epi32(tmp
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft_sse2.c121 _mm_shuffle_epi32(_mm_castps_si128(x3r0_3i0_3r1_x3i1),
137 _mm_shuffle_epi32(_mm_castps_si128(xx0),
142 _mm_shuffle_epi32(_mm_castps_si128(xx1),
151 _mm_shuffle_epi32(_mm_castps_si128(yy4),
196 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(xx1),
201 _mm_shuffle_epi32(_mm_castps_si128(x3r0_3i0_3r1_x3i1),
209 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(x1_x3_add),
215 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(x1_x3_sub),
221 _mm_shuffle_epi32(_mm_castps_si128(xx),
226 _mm_shuffle_epi32(_mm_castps_si12
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp49 sixteen = _mm_shuffle_epi32(sixteen, 0);
65 allX = _mm_shuffle_epi32(allX, 0);
104 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE);
155 sixteen = _mm_shuffle_epi32(sixteen, 0);
175 allX = _mm_shuffle_epi32(allX, 0);
214 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE);
/external/webp/src/dsp/
H A Denc_sse2.c346 v32 = _mm_shuffle_epi32(v23, _MM_SHUFFLE(1, 0, 3, 2));
392 v32 = _mm_shuffle_epi32(v23, _MM_SHUFFLE(1, 0, 3, 2));
795 outZ0 = _mm_shuffle_epi32 (outZ0, _MM_SHUFFLE(3, 1, 2, 0));
798 outZ8 = _mm_shuffle_epi32 (outZ8, _MM_SHUFFLE(3, 1, 2, 0));
/external/clang/lib/include/
H A Demmintrin.h1270 #define _mm_shuffle_epi32(a, imm) __extension__ ({ \ macro
/external/clang/lib/Headers/
H A Demmintrin.h1270 #define _mm_shuffle_epi32(a, imm) __extension__ ({ \ macro

Completed in 197 milliseconds