/external/libvpx/libvpx/vpx_dsp/x86/ |
txfm_common_sse2.h | 26 _mm_setr_epi16((int16_t)(a), (int16_t)(b), (int16_t)(c), (int16_t)(d), \
|
quantize_sse2.c | 19 return _mm_setr_epi16((int16_t)coeff_ptr[0], (int16_t)coeff_ptr[1],
|
fwd_txfm_impl_sse2.h | 84 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); 85 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0); [all...] |
/external/libavc/common/x86/ |
ih264_chroma_intra_pred_filters_ssse3.c | 257 mul_8x16b = _mm_setr_epi16(1, 2, 3, 4, 1, 2, 3, 4); 258 shuffle_8x16b = _mm_setr_epi16(0xff00, 0xff02, 0xff04, 0xff06, 332 const_8x16b = _mm_setr_epi16(const_u, const_v, const_u, const_v, const_u, const_v, const_u, const_v); 333 res1_l_8x16b = _mm_setr_epi16(-b_u3, -b_v3, -b_u2, -b_v2, -b_u, -b_v, 0, 0); 335 res1_h_8x16b = _mm_setr_epi16(b_u, b_v, b_u2, b_v2, b_u3, b_v3, b_u << 2, b_v << 2); 337 c2_8x16b = _mm_setr_epi16(c_u, c_v, c_u, c_v, c_u, c_v, c_u, c_v);
|
ih264_luma_intra_pred_filters_ssse3.c | [all...] |
/external/skia/src/opts/ |
SkNx_sse.h | 172 SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) : fVec(_mm_setr_epi16(a,b,c,d,0,0,0,0)) {} 201 uint16_t e, uint16_t f, uint16_t g, uint16_t h) : fVec(_mm_setr_epi16(a,b,c,d,e,f,g,h)) {}
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 30 const __m128i k__cospi_A = _mm_setr_epi16(cospi_16_64, cospi_16_64, 34 const __m128i k__cospi_B = _mm_setr_epi16(cospi_16_64, -cospi_16_64, 38 const __m128i k__cospi_C = _mm_setr_epi16(cospi_8_64, cospi_24_64, 42 const __m128i k__cospi_D = _mm_setr_epi16(cospi_24_64, -cospi_8_64, 46 const __m128i k__cospi_E = _mm_setr_epi16(cospi_16_64, cospi_16_64, 50 const __m128i k__cospi_F = _mm_setr_epi16(cospi_16_64, -cospi_16_64, 54 const __m128i k__cospi_G = _mm_setr_epi16(cospi_8_64, cospi_24_64, 58 const __m128i k__cospi_H = _mm_setr_epi16(cospi_24_64, -cospi_8_64, 68 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); 69 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0) [all...] |
vp9_dct_avx2.c | 32 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); 33 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0); 116 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); 117 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0); [all...] |
/external/opencv/cv/src/ |
cvstereobm.cpp | 207 const __m128i d0_8 = _mm_setr_epi16(0,1,2,3,4,5,6,7), dd_8 = _mm_set1_epi16(8);
|
/external/opencv3/modules/imgproc/src/ |
moments.cpp | 230 __m128i qx_init = _mm_setr_epi16(0, 1, 2, 3, 4, 5, 6, 7);
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | 109 val = _mm_setr_epi16((short)v0, (short)v1, (short)v2, (short)v3, 129 val = _mm_setr_epi16((short)v0, (short)v1, (short)v2, (short)v3, [all...] |
/external/opencv3/modules/core/src/ |
matmul.cpp | [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/external/opencv3/modules/calib3d/src/ |
stereosgbm.cpp | 704 __m128i _d8 = _mm_setr_epi16(0, 1, 2, 3, 4, 5, 6, 7), _8 = _mm_set1_epi16(8); [all...] |
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
emmintrin.h | 2146 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
emmintrin.h | 1192 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) function [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
emmintrin.h | 1191 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
emmintrin.h | 1191 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) function [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
emmintrin.h | 1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) function [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
emmintrin.h | 1192 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) function [all...] |