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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 82 static const __m128i X = _mm_set1_epi32(samplePosXi);
88 static const __m128i Y = _mm_set1_epi32(samplePosYi);
141 return _mm_set1_epi32(0x80);
146 return _mm_set1_epi32(0x80);
165 return _mm_set1_epi32(0x80);
171 return _mm_set1_epi32(0x80);
189 static const __m128i X[numSamples] {_mm_set1_epi32(samplePosXi[0]), _mm_set1_epi32(samplePosXi[1])};
196 static const __m128i Y[numSamples] {_mm_set1_epi32(samplePosYi[0]), _mm_set1_epi32(samplePosYi[1])}
    [all...]
  /external/skia/src/opts/
SkColor_opts_SSE2.h 31 return _mm_add_epi32(alpha, _mm_set1_epi32(1));
38 prod = _mm_add_epi32(prod, _mm_set1_epi32(128));
47 const __m128i mask = _mm_set1_epi32(0xFF00FF);
68 const __m128i mask = _mm_set1_epi32(0xFF00FF);
86 const __m128i mask = _mm_set1_epi32(0x00FF00FF);
173 r = _mm_and_si128(r, _mm_set1_epi32(SK_R16_MASK));
182 g = _mm_and_si128(g, _mm_set1_epi32(SK_G16_MASK));
191 b = _mm_and_si128(b, _mm_set1_epi32(SK_B16_MASK));
203 return SkPackARGB32_SSE2(_mm_set1_epi32(0xFF), r, g, b);
211 r1 = _mm_and_si128(r1, _mm_set1_epi32(SK_R16_MASK))
    [all...]
SkBlitRow_opts_SSE2.cpp 158 _mm_set1_epi32(0x1F << SK_R32_SHIFT));
162 _mm_set1_epi32(0x1F << SK_G32_SHIFT));
166 _mm_set1_epi32(0x1F << SK_B32_SHIFT));
244 _mm_set1_epi32(0x1F << SK_R32_SHIFT));
248 _mm_set1_epi32(0x1F << SK_G32_SHIFT));
252 _mm_set1_epi32(0x1F << SK_B32_SHIFT));
301 _mm_set1_epi32(SK_A32_MASK << SK_A32_SHIFT));
328 __m128i src_sse = _mm_set1_epi32(SkPackARGB32(0xFF, srcR, srcG, srcB));
398 __m128i src_sse = _mm_set1_epi32(SkPackARGB32(0xFF, srcR, srcG, srcB));
SkBitmapProcState_opts_SSE2.cpp 276 __m128i wide_1 = _mm_set1_epi32(1);
277 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
316 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
317 __m128i wide_one = _mm_set1_epi32(one);
318 __m128i wide_maxX = _mm_set1_epi32(maxX);
319 __m128i wide_mask = _mm_set1_epi32(0xF);
398 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
440 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
446 __m128i wide_maxX = _mm_set1_epi32(maxX);
Sk4px_SSE2.h 10 inline Sk4px Sk4px::DupPMColor(SkPMColor px) { return Sk16b(_mm_set1_epi32(px)); }
96 return Sk16b(_mm_and_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec));
101 return Sk16b(_mm_andnot_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec));
  /external/skqp/src/opts/
SkColor_opts_SSE2.h 31 return _mm_add_epi32(alpha, _mm_set1_epi32(1));
38 prod = _mm_add_epi32(prod, _mm_set1_epi32(128));
47 const __m128i mask = _mm_set1_epi32(0xFF00FF);
68 const __m128i mask = _mm_set1_epi32(0xFF00FF);
86 const __m128i mask = _mm_set1_epi32(0x00FF00FF);
173 r = _mm_and_si128(r, _mm_set1_epi32(SK_R16_MASK));
182 g = _mm_and_si128(g, _mm_set1_epi32(SK_G16_MASK));
191 b = _mm_and_si128(b, _mm_set1_epi32(SK_B16_MASK));
203 return SkPackARGB32_SSE2(_mm_set1_epi32(0xFF), r, g, b);
211 r1 = _mm_and_si128(r1, _mm_set1_epi32(SK_R16_MASK))
    [all...]
SkBlitRow_opts_SSE2.cpp 158 _mm_set1_epi32(0x1F << SK_R32_SHIFT));
162 _mm_set1_epi32(0x1F << SK_G32_SHIFT));
166 _mm_set1_epi32(0x1F << SK_B32_SHIFT));
244 _mm_set1_epi32(0x1F << SK_R32_SHIFT));
248 _mm_set1_epi32(0x1F << SK_G32_SHIFT));
252 _mm_set1_epi32(0x1F << SK_B32_SHIFT));
301 _mm_set1_epi32(SK_A32_MASK << SK_A32_SHIFT));
328 __m128i src_sse = _mm_set1_epi32(SkPackARGB32(0xFF, srcR, srcG, srcB));
398 __m128i src_sse = _mm_set1_epi32(SkPackARGB32(0xFF, srcR, srcG, srcB));
SkBitmapProcState_opts_SSE2.cpp 276 __m128i wide_1 = _mm_set1_epi32(1);
277 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
316 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
317 __m128i wide_one = _mm_set1_epi32(one);
318 __m128i wide_maxX = _mm_set1_epi32(maxX);
319 __m128i wide_mask = _mm_set1_epi32(0xF);
398 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
440 __m128i wide_dx4 = _mm_set1_epi32(dx * 4);
446 __m128i wide_maxX = _mm_set1_epi32(maxX);
Sk4px_SSE2.h 10 inline Sk4px Sk4px::DupPMColor(SkPMColor px) { return Sk16b(_mm_set1_epi32(px)); }
96 return Sk16b(_mm_and_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec));
101 return Sk16b(_mm_andnot_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec));
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 79 const __m128i v_max_mv_w = _mm_set1_epi32(maxmv.as_int);
81 const __m128i v_min_mv_w = _mm_set1_epi32(minmv.as_int);
83 const __m128i v_spb_d = _mm_set1_epi32(sad_per_bit);
85 const __m128i v_joint_cost_0_d = _mm_set1_epi32(x->nmvjointsadcost[0]);
86 const __m128i v_joint_cost_1_d = _mm_set1_epi32(x->nmvjointsadcost[1]);
99 const __m128i vfcmv = _mm_set1_epi32(fcenter_mv.as_int);
106 __m128i v_bmv_w = _mm_set1_epi32(bmv.as_int);
120 __m128i v_ba_d = _mm_set1_epi32((intptr_t)best_address);
237 _mm_set1_epi32(1 << (VP9_PROB_COST_SHIFT - 1)));
296 v_bmv_w = _mm_set1_epi32(bmv.as_int)
    [all...]
vp9_highbd_block_error_intrin_sse2.c 33 max = _mm_set1_epi32(0x3fff);
34 min = _mm_set1_epi32(0xffffc000);
  /external/skia/bench/
pack_int_uint16_t_Bench.cpp 45 __m128i x = _mm_set1_epi32(0x42424242);
59 x = _mm_sub_epi32(x, _mm_set1_epi32(0x8000));
  /external/skqp/bench/
pack_int_uint16_t_Bench.cpp 45 __m128i x = _mm_set1_epi32(0x42424242);
59 x = _mm_sub_epi32(x, _mm_set1_epi32(0x8000));
  /external/flac/libFLAC/
lpc_intrin_avx2.c     [all...]
  /external/gemmlowp/fixedpoint/
fixedpoint_sse.h 86 return _mm_andnot_si128(a, _mm_set1_epi32(-1));
126 return _mm_sign_epi32(a, _mm_set1_epi32(-1));
192 return MaskIfEqual(a, _mm_set1_epi32(0));
202 return MaskIfNotEqual(a, _mm_set1_epi32(0));
283 /* round_bit_mask = _mm_set1_epi32(1); */
293 one = _mm_set1_epi32(1);
294 sign_bit_mask = _mm_set1_epi32(0x80000000);
324 min = _mm_set1_epi32(std::numeric_limits<std::int32_t>::min());
368 return _mm_set1_epi32(x);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct4x4_add_sse4.c 64 io[0] = wraplow_16bit_shift4(io[0], io[1], _mm_set1_epi32(8));
65 io[1] = wraplow_16bit_shift4(io[2], io[3], _mm_set1_epi32(8));
highbd_inv_txfm_sse2.h 216 io[0] = wraplow_16bit_shift5(io[0], io[8], _mm_set1_epi32(16));
217 io[1] = wraplow_16bit_shift5(io[1], io[9], _mm_set1_epi32(16));
218 io[2] = wraplow_16bit_shift5(io[2], io[10], _mm_set1_epi32(16));
219 io[3] = wraplow_16bit_shift5(io[3], io[11], _mm_set1_epi32(16));
220 io[4] = wraplow_16bit_shift5(io[4], io[12], _mm_set1_epi32(16));
221 io[5] = wraplow_16bit_shift5(io[5], io[13], _mm_set1_epi32(16));
222 io[6] = wraplow_16bit_shift5(io[6], io[14], _mm_set1_epi32(16));
223 io[7] = wraplow_16bit_shift5(io[7], io[15], _mm_set1_epi32(16));
391 const __m128i final_rounding = _mm_set1_epi32(1 << 5);
  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 120 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
121 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
122 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
273 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
274 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
275 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
384 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); //c0 c1 c0 c1 c0 c1 c0 c1
385 coeff2_3_8x16b = _mm_set1_epi32(0x00140014); //c2 c3 c2 c3 c2 c3 c2 c3
386 coeff4_5_8x16b = _mm_set1_epi32(0x0001FFFB); //c4 c5 c4 c5 c4 c5 c4 c5
388 const_val512_4x32b = _mm_set1_epi32(512)
    [all...]
  /external/libavc/common/x86/
ih264_ihadamard_scaling_ssse3.c 99 __m128i add_rshift = _mm_set1_epi32((1 << (5 - u4_qp_div_6)));
100 __m128i mult_val = _mm_set1_epi32(pu2_iscal_mat[0] * pu2_weigh_mat[0]);
102 __m128i mask = _mm_set1_epi32(val);
ih264_deblk_chroma_ssse3.c 147 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr);
152 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr);
178 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr);
183 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr);
316 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr);
321 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr);
347 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr);
352 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr);
496 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr);
501 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr)
    [all...]
ih264_inter_pred_filters_ssse3.c 233 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
234 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
235 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
502 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
503 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
504 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
    [all...]
ih264_ihadamard_scaling_sse42.c 99 __m128i add_rshift = _mm_set1_epi32((1 << (5 - u4_qp_div_6)));
100 __m128i mult_val = _mm_set1_epi32(pu2_iscal_mat[0] * pu2_weigh_mat[0]);
213 __m128i scale_val = _mm_set1_epi32((WORD32)(pu2_iscal_mat[0] * pu2_weigh_mat[0]));
  /external/mesa3d/src/mesa/main/
sse_minmax.c 61 __m128i min_ui4 = _mm_set1_epi32(~0U);
  /external/webp/src/dsp/
alpha_processing_sse41.c 29 const __m128i all_0xff = _mm_set1_epi32(~0u);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 416 biasY = _mm_set1_epi32(param[8]); /* 16 */
417 biasUV = _mm_set1_epi32(param[16]); /* 128 */
419 c0 = _mm_set1_epi32(param[0]); /* 298 */
420 c1 = _mm_set1_epi32(param[1]); /* 409 */
421 c2 = _mm_set1_epi32(param[2]); /* -100 */
422 c3 = _mm_set1_epi32(param[3]); /* 516 */
423 c4 = _mm_set1_epi32(param[4]); /* -208 */
427 A = _mm_set1_epi32(255);
431 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
432 UV = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pUV))
    [all...]

Completed in 1760 milliseconds

1 2 3 4 5 6 7