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

1 2

  /external/libvpx/libvpx/vpx_dsp/x86/
txfm_common_sse2.h 18 _mm_set_epi16((int16_t)(b), (int16_t)(a), (int16_t)(b), (int16_t)(a), \
25 _mm_set_epi16((int16_t)(b), (int16_t)(b), (int16_t)(b), (int16_t)(b), \
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 165 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
169 const_temp1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)],
187 const_temp2_4x32b = _mm_set_epi16(pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row) + 1],
194 const_temp5_4x32b = _mm_set_epi16(3, 3, 2, 2, 1, 1, 0, 0);
195 col_8x16b = _mm_set_epi16(4, 4, 3, 3, 2, 2, 1, 1);
ihevc_intra_pred_filters_ssse3_intr.c 723 nt_row_16x8b = _mm_set_epi16(0x1f18, 0x1f19, 0x1f1a, 0x1f1b, 0x1f1c, 0x1f1d, 0x1f1e, 0x1f1f);
725 //const_temp3_4x32b = _mm_set_epi16(row1,8,row1, 7,row1, 6, row1, 5,row1, 4, row1, 3, row1, 2, row1, 1);
726 row_16x8b = _mm_set_epi16(0x0108, 0x0107, 0x0106, 0x0105, 0x0104, 0x0103, 0x0102, 0x0101);
799 nt_row_16x8b = _mm_set_epi16(0x0f08, 0x0f09, 0x0f0a, 0x0f0b, 0x0f0c, 0x0f0d, 0x0f0e, 0x0f0f);
801 //const_temp3_4x32b = _mm_set_epi16(row1,8,row1, 7,row1, 6, row1, 5,row1, 4, row1, 3, row1, 2, row1, 1);
802 row_16x8b = _mm_set_epi16(0x0108, 0x0107, 0x0106, 0x0105, 0x0104, 0x0103, 0x0102, 0x0101);
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 183 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
187 const_temp1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)],
206 const_temp2_4x32b = _mm_set_epi16(pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row) + 1],
213 const_temp5_4x32b = _mm_set_epi16(3, 3, 2, 2, 1, 1, 0, 0);
214 col_8x16b = _mm_set_epi16(4, 4, 3, 3, 2, 2, 1, 1);
    [all...]
ihevc_intra_pred_filters_sse42_intr.c     [all...]
ihevc_weighted_pred_ssse3_intr.c 430 wgt0_8x16b = _mm_set_epi16(wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb);
    [all...]
  /external/webp/src/dsp/
lossless_enc_sse2.c 51 const __m128i mults_rb = _mm_set_epi16(
56 const __m128i mults_b2 = _mm_set_epi16(
88 const __m128i mults_r = _mm_set_epi16(
91 const __m128i mults_g = _mm_set_epi16(
138 const __m128i mults_g = _mm_set_epi16(
alpha_processing_sse2.c 181 const __m128i kMask = _mm_set_epi16(0, 0xff, 0xff, 0, 0, 0xff, 0xff, 0);
278 const __m128i kMask = _mm_set_epi16(0, 0xff, 0, 0, 0, 0xff, 0, 0);
enc_sse2.c 203 const __m128i k88p = _mm_set_epi16(8, 8, 8, 8, 8, 8, 8, 8);
204 const __m128i k88m = _mm_set_epi16(-8, 8, -8, 8, -8, 8, -8, 8);
205 const __m128i k5352_2217p = _mm_set_epi16(2217, 5352, 2217, 5352,
207 const __m128i k5352_2217m = _mm_set_epi16(-5352, 2217, -5352, 2217,
247 const __m128i k5352_2217 = _mm_set_epi16(5352, 2217, 5352, 2217,
249 const __m128i k2217_5352 = _mm_set_epi16(2217, -5352, 2217, -5352,
389 const __m128i kMult = _mm_set_epi16(-1, 1, -1, 1, 1, 1, 1, 1);
    [all...]
lossless_sse2.c 456 const __m128i mults_rb = _mm_set_epi16(
461 const __m128i mults_b2 = _mm_set_epi16(
yuv_sse2.c 522 #define MK_CST_16(A, B) _mm_set_epi16((B), (A), (B), (A), (B), (A), (B), (A))
    [all...]
dec_sse2.c 208 const __m128i CD = _mm_set_epi16(0, 0, 0, 0, -d1, -c1, c1, d1);
    [all...]
  /external/libavc/common/x86/
ih264_deblk_chroma_ssse3.c 515 C0_uv_8x16 = _mm_set_epi16(pu1_cliptab_cr[u1_Bs1], pu1_cliptab_cb[u1_Bs1],
555 C0_uv_8x16 = _mm_set_epi16(pu1_cliptab_cr[u1_Bs3], pu1_cliptab_cb[u1_Bs3],
    [all...]
ih264_deblk_luma_ssse3.c     [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMathHalf.h 780 result.x = _mm_set_epi16(b, b, b, b, a, a, a, a);
821 result.x = _mm_set_epi16(h7.x, h6.x, h5.x, h4.x, h3.x, h2.x, h1.x, h0.x);
845 result.x = _mm_set_epi16(from[7*stride].x, from[6*stride].x, from[5*stride].x, from[4*stride].x, from[3*stride].x, from[2*stride].x, from[1*stride].x, from[0*stride].x);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
emmintrin.h 599 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
641 return _mm_set_epi16 (__A, __A, __A, __A, __A, __A, __A, __A);
670 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
emmintrin.h 589 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
631 return _mm_set_epi16 (__A, __A, __A, __A, __A, __A, __A, __A);
660 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
emmintrin.h 589 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
631 return _mm_set_epi16 (__A, __A, __A, __A, __A, __A, __A, __A);
660 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
emmintrin.h 599 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
641 return _mm_set_epi16 (__A, __A, __A, __A, __A, __A, __A, __A);
670 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 865 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
915 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h 865 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
915 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /external/clang/test/CodeGen/
sse2-builtins.c 925 return _mm_set_epi16(A, B, C, D, E, F, G, H);
    [all...]
  /external/clang/lib/Headers/
emmintrin.h 2010 _mm_set_epi16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
emmintrin.h 2010 _mm_set_epi16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
emmintrin.h 3559 _mm_set_epi16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) function
    [all...]

Completed in 1375 milliseconds

1 2