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

1 2

  /external/chromium_org/skia/ext/
convolver_SSE2.cc 29 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
30 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
31 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
158 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
159 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
160 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 34 _mm_set_epi16(b, a, b, a, b, a, b, a)
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 34 _mm_set_epi16(b, a, b, a, b, a, b, a)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 34 _mm_set_epi16(b, a, b, a, b, a, b, a)
  /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/chromium_org/third_party/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 193 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
194 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
195 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
322 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
323 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
324 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 193 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
194 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
195 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
322 mask[1] = _mm_set_epi16(0, 0, 0, 0, 0, 0, 0, -1);
323 mask[2] = _mm_set_epi16(0, 0, 0, 0, 0, 0, -1, -1);
324 mask[3] = _mm_set_epi16(0, 0, 0, 0, 0, -1, -1, -1);
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 330 const __m128i k5352_2217 = _mm_set_epi16(5352, 2217, 5352, 2217,
332 const __m128i k2217_5352 = _mm_set_epi16(2217, -5352, 2217, -5352,
334 const __m128i k88p = _mm_set_epi16(8, 8, 8, 8, 8, 8, 8, 8);
335 const __m128i k88m = _mm_set_epi16(-8, 8, -8, 8, -8, 8, -8, 8);
336 const __m128i k5352_2217p = _mm_set_epi16(2217, 5352, 2217, 5352,
338 const __m128i k5352_2217m = _mm_set_epi16(-5352, 2217, -5352, 2217,
    [all...]
dec_sse2.c 257 const __m128i CD = _mm_set_epi16(0, 0, 0, 0, -d1, -c1, c1, d1);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 330 const __m128i k5352_2217 = _mm_set_epi16(5352, 2217, 5352, 2217,
332 const __m128i k2217_5352 = _mm_set_epi16(2217, -5352, 2217, -5352,
334 const __m128i k88p = _mm_set_epi16(8, 8, 8, 8, 8, 8, 8, 8);
335 const __m128i k88m = _mm_set_epi16(-8, 8, -8, 8, -8, 8, -8, 8);
336 const __m128i k5352_2217p = _mm_set_epi16(2217, 5352, 2217, 5352,
338 const __m128i k5352_2217m = _mm_set_epi16(-5352, 2217, -5352, 2217,
    [all...]
dec_sse2.c 257 const __m128i CD = _mm_set_epi16(0, 0, 0, 0, -d1, -c1, c1, d1);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/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-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
emmintrin.h 590 _mm_set_epi16 (short __q7, short __q6, short __q5, short __q4, function
632 return _mm_set_epi16 (__A, __A, __A, __A, __A, __A, __A, __A);
661 return _mm_set_epi16 (__q7, __q6, __q5, __q4, __q3, __q2, __q1, __q0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.8/lib/gcc/x86_64-linux-android/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/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/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...]
  /external/pixman/pixman/
pixman-sse2.c     [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/lib/Headers/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) function
    [all...]

Completed in 1504 milliseconds

1 2