Home
last modified time | relevance | path

Searched refs:_mm_set1_epi32 (Results 1 – 25 of 75) sorted by relevance

123

/external/skia/src/opts/
DSkColor_opts_SSE2.h31 return _mm_add_epi32(alpha, _mm_set1_epi32(1)); in SkAlpha255To256_SSE2()
38 prod = _mm_add_epi32(prod, _mm_set1_epi32(128)); in SkAlphaMulAlpha_SSE2()
47 const __m128i mask = _mm_set1_epi32(0xFF00FF); in SkAlphaMulQ_SSE2()
68 const __m128i mask = _mm_set1_epi32(0xFF00FF); in SkAlphaMulQ_SSE2()
141 r = _mm_and_si128(r, _mm_set1_epi32(SK_R16_MASK)); in SkPacked16ToR32_SSE2()
150 g = _mm_and_si128(g, _mm_set1_epi32(SK_G16_MASK)); in SkPacked16ToG32_SSE2()
159 b = _mm_and_si128(b, _mm_set1_epi32(SK_B16_MASK)); in SkPacked16ToB32_SSE2()
171 return SkPackARGB32_SSE2(_mm_set1_epi32(0xFF), r, g, b); in SkPixel16ToPixel32_SSE2()
179 r1 = _mm_and_si128(r1, _mm_set1_epi32(SK_R16_MASK)); in SkPixel32ToPixel16_ToU16_SSE2()
182 r2 = _mm_and_si128(r2, _mm_set1_epi32(SK_R16_MASK)); in SkPixel32ToPixel16_ToU16_SSE2()
[all …]
DSkBitmapProcState_opts_SSE2.cpp276 __m128i wide_1 = _mm_set1_epi32(1); in ClampX_ClampY_filter_scale_SSE2()
277 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_filter_scale_SSE2()
316 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_filter_scale_SSE2()
317 __m128i wide_one = _mm_set1_epi32(one); in ClampX_ClampY_filter_scale_SSE2()
318 __m128i wide_maxX = _mm_set1_epi32(maxX); in ClampX_ClampY_filter_scale_SSE2()
319 __m128i wide_mask = _mm_set1_epi32(0xF); in ClampX_ClampY_filter_scale_SSE2()
398 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_nofilter_scale_SSE2()
440 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_nofilter_scale_SSE2()
446 __m128i wide_maxX = _mm_set1_epi32(maxX); in ClampX_ClampY_nofilter_scale_SSE2()
504 __m128i wide_mask = _mm_set1_epi32(0xF); in ClampX_ClampY_filter_affine_SSE2()
[all …]
DSk4px_SSE2.h10 inline Sk4px Sk4px::DupPMColor(SkPMColor px) { return Sk16b(_mm_set1_epi32(px)); } in DupPMColor()
96 return Sk16b(_mm_and_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec)); in zeroColors()
101 return Sk16b(_mm_andnot_si128(_mm_set1_epi32(0xFF << SK_A32_SHIFT), this->fVec)); in zeroAlphas()
DSkOpts_sse41.cpp25 static __m128i next4(uint32_t val) { return _mm_set1_epi32(val); } in next4()
26 static m64i next2(uint32_t val) { return _mm_set1_epi32(val); } in next2()
27 static m64i next1(uint32_t val) { return _mm_set1_epi32(val); } in next1()
171 __m128i s = _mm_unpacklo_epi8(_mm_set1_epi32(src), _mm_setzero_si128()), in blit_row_color32()
DSkBlitRow_opts_SSE2.cpp92 __m128i rb_mask = _mm_set1_epi32(0x00FF00FF); in S32A_Opaque_BlitRow32_SSE2()
162 const __m128i alphaMask = _mm_set1_epi32(0xFF << SK_A32_SHIFT); in S32A_Opaque_BlitRow32_SSE2()
359 _mm_set1_epi32(0x1F << SK_R32_SHIFT)); in SkBlendLCD16_SSE2()
363 _mm_set1_epi32(0x1F << SK_G32_SHIFT)); in SkBlendLCD16_SSE2()
367 _mm_set1_epi32(0x1F << SK_B32_SHIFT)); in SkBlendLCD16_SSE2()
445 _mm_set1_epi32(0x1F << SK_R32_SHIFT)); in SkBlendLCD16Opaque_SSE2()
449 _mm_set1_epi32(0x1F << SK_G32_SHIFT)); in SkBlendLCD16Opaque_SSE2()
453 _mm_set1_epi32(0x1F << SK_B32_SHIFT)); in SkBlendLCD16Opaque_SSE2()
502 _mm_set1_epi32(SK_A32_MASK << SK_A32_SHIFT)); in SkBlendLCD16Opaque_SSE2()
529 __m128i src_sse = _mm_set1_epi32(SkPackARGB32(0xFF, srcR, srcG, srcB)); in SkBlitLCD16Row_SSE2()
[all …]
DSkBitmapProcState_opts_SSSE3.cpp421 const __m128i mask_3FFF = _mm_set1_epi32(0x3FFF); in S32_generic_D32_filter_DX_SSSE3()
422 const __m128i mask_000F = _mm_set1_epi32(0x000F); in S32_generic_D32_filter_DX_SSSE3()
606 const __m128i mask_3FFF = _mm_set1_epi32(0x3FFF); in S32_generic_D32_filter_DXDY_SSSE3()
607 const __m128i mask_000F = _mm_set1_epi32(0x000F); in S32_generic_D32_filter_DXDY_SSSE3()
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_integer.inl34 __m128i const Mask4 = _mm_set1_epi32(0x0000FFFF);
35 __m128i const Mask3 = _mm_set1_epi32(0x00FF00FF);
36 __m128i const Mask2 = _mm_set1_epi32(0x0F0F0F0F);
37 __m128i const Mask1 = _mm_set1_epi32(0x33333333);
38 __m128i const Mask0 = _mm_set1_epi32(0x55555555);
88 __m128i const Mask4 = _mm_set1_epi32(0x0000FFFF);
89 __m128i const Mask3 = _mm_set1_epi32(0x00FF00FF);
90 __m128i const Mask2 = _mm_set1_epi32(0x0F0F0F0F);
91 __m128i const Mask1 = _mm_set1_epi32(0x33333333);
92 __m128i const Mask0 = _mm_set1_epi32(0x55555555);
Dintrinsic_common.inl65 …static const __m128 GLM_VAR_USED _epi32_sign_mask = _mm_castsi128_ps(_mm_set1_epi32(static_cast<in…
66 …//static const __m128 GLM_VAR_USED _epi32_inv_sign_mask = _mm_castsi128_ps(_mm_set1_epi32(0x7FFFFF…
67 //static const __m128 GLM_VAR_USED _epi32_mant_mask = _mm_castsi128_ps(_mm_set1_epi32(0x7F800000));
68 …//static const __m128 GLM_VAR_USED _epi32_inv_mant_mask = _mm_castsi128_ps(_mm_set1_epi32(0x807FFF…
69 …//static const __m128 GLM_VAR_USED _epi32_min_norm_pos = _mm_castsi128_ps(_mm_set1_epi32(0x0080000…
81 //static const __m128 GLM_VAR_USED _epi32_ninf = _mm_castsi128_ps(_mm_set1_epi32(0xFF800000));
82 //static const __m128 GLM_VAR_USED _epi32_pinf = _mm_castsi128_ps(_mm_set1_epi32(0x7F800000));
/external/libavc/encoder/x86/
Dih264e_half_pel_ssse3.c120 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 in ih264e_sixtapfilter_horz_ssse3()
121 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtapfilter_horz_ssse3()
122 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 in ih264e_sixtapfilter_horz_ssse3()
273 … coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 in ih264e_sixtap_filter_2dvh_vert_ssse3()
274 … coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtap_filter_2dvh_vert_ssse3()
275 … coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 in ih264e_sixtap_filter_2dvh_vert_ssse3()
384 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); //c0 c1 c0 c1 c0 c1 c0 c1 in ih264e_sixtap_filter_2dvh_vert_ssse3()
385 coeff2_3_8x16b = _mm_set1_epi32(0x00140014); //c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtap_filter_2dvh_vert_ssse3()
386 coeff4_5_8x16b = _mm_set1_epi32(0x0001FFFB); //c4 c5 c4 c5 c4 c5 c4 c5 in ih264e_sixtap_filter_2dvh_vert_ssse3()
388 const_val512_4x32b = _mm_set1_epi32(512); in ih264e_sixtap_filter_2dvh_vert_ssse3()
/external/skia/src/core/
DSkHalf.h76 const __m128i is_denorm = _mm_cmplt_epi32(h, _mm_set1_epi32(1<<10)); in SkHalfToFloat_01()
78 __m128i rebias = _mm_set1_epi32((127-15) << 23); in SkHalfToFloat_01()
79 rebias = _mm_add_epi32(rebias, _mm_and_si128(is_denorm, _mm_set1_epi32(1<<23))); in SkHalfToFloat_01()
107 const __m128 rebias = _mm_castsi128_ps(_mm_set1_epi32((127 - (127-15)) << 23)); in SkFloatToHalf_01()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c156 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_masks()
176 __m128i cio4 = _mm_set1_epi32(cdiff); in build_masks()
197 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_mask_linear()
225 __m128i cio4 = _mm_set1_epi32(cdiff); in sign_bits4()
289 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_3_16()
290 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_3_16()
294 c = _mm_sub_epi32(c, _mm_set1_epi32(1)); in lp_rast_triangle_3_16()
295 rej4 = _mm_add_epi32(rej4, _mm_set1_epi32(1)); in lp_rast_triangle_3_16()
398 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_3_4()
399 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_3_4()
[all …]
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c233 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 in ih264_inter_pred_luma_horz_ssse3()
234 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264_inter_pred_luma_horz_ssse3()
235 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 in ih264_inter_pred_luma_horz_ssse3()
502 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 in ih264_inter_pred_luma_vert_ssse3()
503 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264_inter_pred_luma_vert_ssse3()
504 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 in ih264_inter_pred_luma_vert_ssse3()
797 … coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
798 … coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
799 … coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c5 c5 c4 c5 c5 c5 c4 c5 c5 c5 c4 c5 c5 c5 in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
876 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
[all …]
Dih264_deblk_chroma_ssse3.c147 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr); in ih264_deblk_chroma_vert_bs4_ssse3()
152 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr); in ih264_deblk_chroma_vert_bs4_ssse3()
178 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr); in ih264_deblk_chroma_vert_bs4_ssse3()
183 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr); in ih264_deblk_chroma_vert_bs4_ssse3()
316 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr); in ih264_deblk_chroma_horz_bs4_ssse3()
321 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr); in ih264_deblk_chroma_horz_bs4_ssse3()
347 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr); in ih264_deblk_chroma_horz_bs4_ssse3()
352 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr); in ih264_deblk_chroma_horz_bs4_ssse3()
496 alpha_cbcr_16x8 = _mm_set1_epi32(alpha_cbcr); in ih264_deblk_chroma_vert_bslt4_ssse3()
501 beta_cbcr_16x8 = _mm_set1_epi32(beta_cbcr); in ih264_deblk_chroma_vert_bslt4_ssse3()
[all …]
Dih264_ihadamard_scaling_ssse3.c99 __m128i add_rshift = _mm_set1_epi32((1 << (5 - u4_qp_div_6))); in ih264_ihadamard_scaling_4x4_ssse3()
100 __m128i mult_val = _mm_set1_epi32(pu2_iscal_mat[0] * pu2_weigh_mat[0]); in ih264_ihadamard_scaling_4x4_ssse3()
102 __m128i mask = _mm_set1_epi32(val); in ih264_ihadamard_scaling_4x4_ssse3()
Dih264_ihadamard_scaling_sse42.c99 __m128i add_rshift = _mm_set1_epi32((1 << (5 - u4_qp_div_6))); in ih264_ihadamard_scaling_4x4_sse42()
100 __m128i mult_val = _mm_set1_epi32(pu2_iscal_mat[0] * pu2_weigh_mat[0]); in ih264_ihadamard_scaling_4x4_sse42()
213 __m128i scale_val = _mm_set1_epi32((WORD32)(pu2_iscal_mat[0] * pu2_weigh_mat[0])); in ih264_ihadamard_scaling_2x2_uv_sse42()
Dih264_resi_trans_quant_sse42.c115 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); in ih264_resi_trans_quant_4x4_sse42()
389 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); in ih264_resi_trans_quant_chroma_4x4_sse42()
681 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); in ih264_hadamard_quant_4x4_sse42()
682 __m128i scale_val = _mm_set1_epi32(pu2_scale_matrix[0]); in ih264_hadamard_quant_4x4_sse42()
906 __m128i scale_val = _mm_set1_epi32(pu2_scale_matrix[0]); in ih264_hadamard_quant_2x2_uv_sse42()
909 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); in ih264_hadamard_quant_2x2_uv_sse42()
Dih264_iquant_itrans_recon_sse42.c121 __m128i add_rshift = _mm_set1_epi32((1 << (3 - u4_qp_div_6))); in ih264_iquant_itrans_recon_4x4_sse42()
122 __m128i value_32 = _mm_set1_epi32(32); in ih264_iquant_itrans_recon_4x4_sse42()
370 __m128i add_rshift = _mm_set1_epi32((1 << (3 - u4_qp_div_6))); in ih264_iquant_itrans_recon_chroma_4x4_sse42()
371 __m128i value_32 = _mm_set1_epi32(32); in ih264_iquant_itrans_recon_chroma_4x4_sse42()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp385 …__m128i z = _mm_setzero_si128(), maxval32 = _mm_set1_epi32(65535), delta32 = _mm_set1_epi32(32768); in v_pack()
394 …__m128i z = _mm_setzero_si128(), maxval32 = _mm_set1_epi32(65535), delta32 = _mm_set1_epi32(32768); in v_pack_store()
403 __m128i delta = _mm_set1_epi32(1 << (n-1)), delta32 = _mm_set1_epi32(32768); in v_rshr_pack()
412 __m128i delta = _mm_set1_epi32(1 << (n-1)), delta32 = _mm_set1_epi32(32768); in v_rshr_pack_store()
420 __m128i delta32 = _mm_set1_epi32(32768); in v_pack_u()
427 __m128i delta32 = _mm_set1_epi32(32768); in v_pack_u_store()
436 __m128i delta = _mm_set1_epi32(1 << (n-1)), delta32 = _mm_set1_epi32(32768); in v_rshr_pack_u_store()
453 __m128i delta = _mm_set1_epi32(1 << (n-1)); in v_rshr_pack()
461 __m128i delta = _mm_set1_epi32(1 << (n-1)); in v_rshr_pack_store()
669 OPENCV_HAL_IMPL_SSE_LOGIC_OP(v_uint8x16, si128, _mm_set1_epi32(-1))
[all …]
/external/webp/src/dsp/
Dlossless_enc_sse2.c54 const __m128i mask_ag = _mm_set1_epi32(0xff00ff00); // alpha-green masks in TransformColor()
55 const __m128i mask_rb = _mm_set1_epi32(0x00ff00ff); // red-blue masks in TransformColor()
87 const __m128i mask_g = _mm_set1_epi32(0x00ff00); // green mask in CollectColorBlueTransforms()
88 const __m128i mask_b = _mm_set1_epi32(0x0000ff); // blue mask in CollectColorBlueTransforms()
134 const __m128i mask_g = _mm_set1_epi32(0x00ff00); // green mask in CollectColorRedTransforms()
135 const __m128i mask = _mm_set1_epi32(0xff); in CollectColorRedTransforms()
/external/pdfium/third_party/libopenjpeg20/
Dmct.c217 const __m128i ry = _mm_set1_epi32(2449); in opj_mct_encode_real()
218 const __m128i gy = _mm_set1_epi32(4809); in opj_mct_encode_real()
219 const __m128i by = _mm_set1_epi32(934); in opj_mct_encode_real()
220 const __m128i ru = _mm_set1_epi32(1382); in opj_mct_encode_real()
221 const __m128i gu = _mm_set1_epi32(2714); in opj_mct_encode_real()
224 const __m128i gv = _mm_set1_epi32(3430); in opj_mct_encode_real()
225 const __m128i bv = _mm_set1_epi32(666); in opj_mct_encode_real()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_highbd_block_error_intrin_sse2.c33 max = _mm_set1_epi32(0x3fff); in vp9_highbd_block_error_sse2()
34 min = _mm_set1_epi32(0xffffc000); in vp9_highbd_block_error_sse2()
/external/opencv3/modules/hal/src/
Dmathfuncs.cpp690 _mm_store_si128((__m128i*)tab_idx, _mm_and_si128(xi0, _mm_set1_epi32(EXPTAB_MASK))); in exp()
692 xi0 = _mm_add_epi32(_mm_srai_epi32(xi0, EXPTAB_SCALE), _mm_set1_epi32(1023)); in exp()
1116 …yi0 = _mm_sub_epi32(_mm_and_si128(_mm_srli_epi32(h0, 23), _mm_set1_epi32(255)), _mm_set1_epi32(127… in log()
1120 …__m128i xi0 = _mm_or_si128(_mm_and_si128(h0, _mm_set1_epi32(LOGTAB_MASK2_32F)), _mm_set1_epi32(127… in log()
1122 … h0 = _mm_and_si128(_mm_srli_epi32(h0, 23 - LOGTAB_SCALE - 1), _mm_set1_epi32(LOGTAB_MASK*2)); in log()
1124 h0 = _mm_cmpeq_epi32(h0, _mm_set1_epi32(510)); in log()
1283 _mm_set1_epi32(2047)), _mm_set1_epi32(1023)); in log()
1287 … h0 = _mm_and_si128(_mm_srli_epi32(h0, 20 - LOGTAB_SCALE - 1), _mm_set1_epi32(LOGTAB_MASK * 2)); in log()
1289 h0 = _mm_cmpeq_epi32(h0, _mm_set1_epi32(510)); in log()
/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c136 const_temp_4x32b = _mm_set1_epi32(temp); in ihevc_weighted_pred_uni_sse42()
137 lvl_shift_4x32b = _mm_set1_epi32(lvl_shift); in ihevc_weighted_pred_uni_sse42()
138 wgt0_4x32b = _mm_set1_epi32(wgt0); in ihevc_weighted_pred_uni_sse42()
139 off0_4x32b = _mm_set1_epi32(off0); in ihevc_weighted_pred_uni_sse42()
437 const_temp_4x32b = _mm_set1_epi32(temp); in ihevc_weighted_pred_chroma_uni_sse42()
438 lvl_shift_4x32b = _mm_set1_epi32(lvl_shift); in ihevc_weighted_pred_chroma_uni_sse42()
1275 const_temp_4x32b = _mm_set1_epi32(temp); in ihevc_weighted_pred_bi_sse42()
1276 lvl_shift1_4x32b = _mm_set1_epi32(lvl_shift1); in ihevc_weighted_pred_bi_sse42()
1277 lvl_shift2_4x32b = _mm_set1_epi32(lvl_shift2); in ihevc_weighted_pred_bi_sse42()
1278 wgt0_4x32b = _mm_set1_epi32(wgt0); in ihevc_weighted_pred_bi_sse42()
[all …]
Dihevc_inter_pred_filters_ssse3_intr.c293 zero_8x16b = _mm_set1_epi32(0); in ihevc_inter_pred_luma_horz_ssse3()
300 control_mask_1_8x16b = _mm_set1_epi32(0x01000100); /* Control Mask register */ in ihevc_inter_pred_luma_horz_ssse3()
301 control_mask_2_8x16b = _mm_set1_epi32(0x03020302); /* Control Mask register */ in ihevc_inter_pred_luma_horz_ssse3()
302 control_mask_3_8x16b = _mm_set1_epi32(0x05040504); /* Control Mask register */ in ihevc_inter_pred_luma_horz_ssse3()
303 control_mask_4_8x16b = _mm_set1_epi32(0x07060706); /* Control Mask register */ in ihevc_inter_pred_luma_horz_ssse3()
790 control_mask_1_8x16b = _mm_set1_epi32(0x01000100); /* Control Mask register */ in ihevc_inter_pred_luma_vert_ssse3()
791 control_mask_2_8x16b = _mm_set1_epi32(0x03020302); /* Control Mask register */ in ihevc_inter_pred_luma_vert_ssse3()
792 control_mask_3_8x16b = _mm_set1_epi32(0x05040504); /* Control Mask register */ in ihevc_inter_pred_luma_vert_ssse3()
793 control_mask_4_8x16b = _mm_set1_epi32(0x07060706); /* Control Mask register */ in ihevc_inter_pred_luma_vert_ssse3()
1660 control_mask_1_8x16b = _mm_set1_epi32(0x01000100); /* Control Mask register */ in ihevc_inter_pred_luma_horz_w16out_ssse3()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c39 zbins[1] = _mm_set1_epi32((int)zbin_ptr[1]); in vpx_highbd_quantize_b_sse2()
129 zbins[1] = _mm_set1_epi32(zbin1_tmp); in vpx_highbd_quantize_b_32x32_sse2()

123