HomeSort by relevance Sort by last modified time
    Searched refs:_mm_load_si128 (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse2.c 45 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
46 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
47 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
48 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8));
50 __m128i zbin0 = _mm_load_si128((__m128i *)(b->zbin));
51 __m128i zbin1 = _mm_load_si128((__m128i *)(b->zbin + 8));
52 __m128i round0 = _mm_load_si128((__m128i *)(b->round));
53 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8));
54 __m128i quant0 = _mm_load_si128((__m128i *)(b->quant));
55 __m128i quant1 = _mm_load_si128((__m128i *)(b->quant + 8))
    [all...]
  /external/jpeg/
jidctintelsse.c 171 x3 = _mm_load_si128(( __m128i*)(wsptr+24));\
172 x1 = _mm_load_si128(( __m128i*)(wsptr+8));\
200 x0 = _mm_load_si128(( __m128i*)(wsptr));\
201 x4 = _mm_load_si128(( __m128i*)(wsptr+32));\
202 x2 = _mm_load_si128(( __m128i*)(wsptr+16));\
203 x6 = _mm_load_si128(( __m128i*)(wsptr+48));\
281 row0 = _mm_load_si128((__m128i const*)(coef_blockSSE));
282 row2 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*2));
292 row0 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*4));
293 row2 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*6))
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 171 x3 = _mm_load_si128(( __m128i*)(wsptr+24));\
172 x1 = _mm_load_si128(( __m128i*)(wsptr+8));\
200 x0 = _mm_load_si128(( __m128i*)(wsptr));\
201 x4 = _mm_load_si128(( __m128i*)(wsptr+32));\
202 x2 = _mm_load_si128(( __m128i*)(wsptr+16));\
203 x6 = _mm_load_si128(( __m128i*)(wsptr+48));\
281 row0 = _mm_load_si128((__m128i const*)(coef_blockSSE));
282 row2 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*2));
292 row0 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*4));
293 row2 = _mm_load_si128((__m128i const*)(coef_blockSSE+8*6))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
fast_masking.i 84 _mm_load_si128(reinterpret_cast<__m128i*>(cursor));
  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 165 m_XMM0 = _mm_load_si128( (__m128i *)&0[vec1L] );
168 m_XMM2 = _mm_load_si128( (__m128i *)&0[vec2L] );
170 m_XMM6 = _mm_load_si128( (__m128i *)&8[vec1L] );
176 m_XMM3 = _mm_load_si128( (__m128i *)&8[vec2L] );
188 m_XMM0 = _mm_load_si128( (__m128i *)&m_XMM5 );
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
ASCIIFastPath.h 126 __m128i first8UChars = _mm_load_si128(reinterpret_cast<const __m128i*>(&source[i]));
127 __m128i second8UChars = _mm_load_si128(reinterpret_cast<const __m128i*>(&source[i+8]));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 264 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
265 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
266 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
374 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
375 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
376 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c     [all...]
vp9_idct_intrin_sse2.c 39 input0 = _mm_load_si128((const __m128i *)input);
40 input2 = _mm_load_si128((const __m128i *)(input + 8));
524 in0 = _mm_load_si128((const __m128i *)input);
525 in1 = _mm_load_si128((const __m128i *)(input + 8 * 1));
526 in2 = _mm_load_si128((const __m128i *)(input + 8 * 2));
527 in3 = _mm_load_si128((const __m128i *)(input + 8 * 3));
528 in4 = _mm_load_si128((const __m128i *)(input + 8 * 4));
529 in5 = _mm_load_si128((const __m128i *)(input + 8 * 5));
530 in6 = _mm_load_si128((const __m128i *)(input + 8 * 6));
531 in7 = _mm_load_si128((const __m128i *)(input + 8 * 7))
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 264 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
265 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
266 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
374 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
375 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
376 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 291 __m128i in0 = _mm_load_si128((const __m128i *)(input + 0 * stride));
292 __m128i in1 = _mm_load_si128((const __m128i *)(input + 1 * stride));
293 __m128i in2 = _mm_load_si128((const __m128i *)(input + 2 * stride));
294 __m128i in3 = _mm_load_si128((const __m128i *)(input + 3 * stride));
295 __m128i in4 = _mm_load_si128((const __m128i *)(input + 4 * stride));
296 __m128i in5 = _mm_load_si128((const __m128i *)(input + 5 * stride));
297 __m128i in6 = _mm_load_si128((const __m128i *)(input + 6 * stride));
298 __m128i in7 = _mm_load_si128((const __m128i *)(input + 7 * stride));
534 in[0] = _mm_load_si128((const __m128i *)(input + 0 * stride));
535 in[1] = _mm_load_si128((const __m128i *)(input + 1 * stride))
    [all...]
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 166 __m128i y_table = _mm_load_si128(
192 __m128i y_offset = _mm_load_si128(
249 _mm_load_si128(
264 _mm_load_si128(
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 50 __m128i dst_pixel = _mm_load_si128(d);
138 __m128i dst_pixel = _mm_load_si128(d);
186 __m128i dst_pixel = _mm_load_si128(d);
263 __m128i dst_pixel = _mm_load_si128(d);
442 __m128i dst_pixel = _mm_load_si128(d);
746 __m128i dst_sse = _mm_load_si128(d);
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 268 __m128i hsad_l = _mm_load_si128((__m128i*)(hsad + d));
269 __m128i hsad_h = _mm_load_si128((__m128i*)(hsad + d + 8));
270 __m128i cbs = _mm_load_si128((const __m128i*)(cbuf_sub + d));
312 __m128i v0 = _mm_load_si128((__m128i*)(hsad_sub + d));
313 __m128i v1 = _mm_load_si128((__m128i*)(hsad + d));
314 __m128i sad8 = _mm_load_si128((__m128i*)(sad + d));
359 __m128i sad8 = _mm_load_si128((__m128i*)(sad + d));
cvsmooth.cpp 578 _mm_load_si128((__m128i*) &y[0]), _mm_load_si128((__m128i*) &x[0] )));
580 _mm_load_si128((__m128i*) &y[8]), _mm_load_si128((__m128i*) &x[8] )));
613 _mm_load_si128((__m128i*) &y[0]), _mm_load_si128((__m128i*) &x[0] )));
615 _mm_load_si128((__m128i*) &y[8]), _mm_load_si128((__m128i*) &x[8] )));
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 50 __m128i dst_pixel = _mm_load_si128(d);
138 __m128i dst_pixel = _mm_load_si128(d);
186 __m128i dst_pixel = _mm_load_si128(d);
263 __m128i dst_pixel = _mm_load_si128(d);
442 __m128i dst_pixel = _mm_load_si128(d);
746 __m128i dst_sse = _mm_load_si128(d);
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 204 template<> EIGEN_STRONG_INLINE Packet4i pload<Packet4i>(const int* from) { EIGEN_DEBUG_ALIGNED_LOAD return _mm_load_si128(reinterpret_cast<const Packet4i*>(from)); }
  /external/clang/lib/Headers/
emmintrin.h 1059 _mm_load_si128(__m128i const *__p) function
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 839 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h 839 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
emmintrin.h 677 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
emmintrin.h 677 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
emmintrin.h 677 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
emmintrin.h 677 _mm_load_si128 (__m128i const *__P) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
emmintrin.h 677 _mm_load_si128 (__m128i const *__P) function
    [all...]

Completed in 643 milliseconds

1 2