/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_sse4.c | 131 __m128i offset = _mm_set1_epi32((1 << shift) >> 1); in addsub_shift_sse4_1() 321 const __m128i clamp_lo_out = _mm_set1_epi32(AOMMAX( in idct32_stage9_sse4_1() 323 const __m128i clamp_hi_out = _mm_set1_epi32(AOMMIN( in idct32_stage9_sse4_1() 365 __m128i offset = _mm_set1_epi32((1 << shift) >> 1); in neg_shift_sse4_1() 385 const __m128i cospi32 = _mm_set1_epi32(cospi[32]); in idct4x4_sse4_1() 386 const __m128i cospi48 = _mm_set1_epi32(cospi[48]); in idct4x4_sse4_1() 387 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in idct4x4_sse4_1() 388 const __m128i cospim16 = _mm_set1_epi32(-cospi[16]); in idct4x4_sse4_1() 389 const __m128i rnding = _mm_set1_epi32(1 << (bit - 1)); in idct4x4_sse4_1() 431 const __m128i clamp_lo = _mm_set1_epi32(-(1 << (log_range - 1))); in idct4x4_sse4_1() [all …]
|
D | highbd_convolve_2d_sse4.c | 43 const __m128i wt0 = _mm_set1_epi32(w0); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 44 const __m128i wt1 = _mm_set1_epi32(w1); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 51 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 55 const __m128i rounding_const = _mm_set1_epi32((1 << rounding_shift) >> 1); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 191 const __m128i wt0 = _mm_set1_epi32(w0); in av1_highbd_dist_wtd_convolve_2d_sse4_1() 192 const __m128i wt1 = _mm_set1_epi32(w1); in av1_highbd_dist_wtd_convolve_2d_sse4_1() 197 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_sse4_1() 200 const __m128i rounding_const = _mm_set1_epi32((1 << rounding_shift) >> 1); in av1_highbd_dist_wtd_convolve_2d_sse4_1() 228 const __m128i round_const = _mm_set1_epi32( in av1_highbd_dist_wtd_convolve_2d_sse4_1() 295 const __m128i round_const = _mm_set1_epi32( in av1_highbd_dist_wtd_convolve_2d_sse4_1()
|
D | highbd_jnt_convolve_sse4.c | 40 const __m128i wt0 = _mm_set1_epi32(w0); in av1_highbd_dist_wtd_convolve_y_sse4_1() 41 const __m128i wt1 = _mm_set1_epi32(w1); in av1_highbd_dist_wtd_convolve_y_sse4_1() 43 _mm_set1_epi32(((1 << conv_params->round_1) >> 1)); in av1_highbd_dist_wtd_convolve_y_sse4_1() 50 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_y_sse4_1() 53 const __m128i rounding_const = _mm_set1_epi32((1 << rounding_shift) >> 1); in av1_highbd_dist_wtd_convolve_y_sse4_1() 282 const __m128i wt0 = _mm_set1_epi32(w0); in av1_highbd_dist_wtd_convolve_x_sse4_1() 283 const __m128i wt1 = _mm_set1_epi32(w1); in av1_highbd_dist_wtd_convolve_x_sse4_1() 287 _mm_set1_epi32(((1 << conv_params->round_0) >> 1)); in av1_highbd_dist_wtd_convolve_x_sse4_1() 294 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_x_sse4_1() 297 const __m128i rounding_const = _mm_set1_epi32((1 << rounding_shift) >> 1); in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
D | selfguided_sse4.c | 144 return _mm_set1_epi32((1 << shift) >> 1); in round_for_shift() 159 an = _mm_max_epi32(_mm_mullo_epi32(a, _mm_set1_epi32(n)), bb); in compute_p() 162 an = _mm_mullo_epi32(sum2, _mm_set1_epi32(n)); in compute_p() 176 const __m128i s = _mm_set1_epi32(params->s[radius_idx]); in calc_ab() 178 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab() 215 _mm_set1_epi32(255)); in calc_ab() 227 _mm_sub_epi32(_mm_set1_epi32(SGRPROJ_SGR), a_res); in calc_ab() 316 const __m128i s = _mm_set1_epi32(params->s[radius_idx]); in calc_ab_fast() 318 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab_fast() 355 _mm_set1_epi32(255)); in calc_ab_fast() [all …]
|
D | av1_convolve_scale_sse4.c | 32 const __m128i round_add = _mm_set1_epi32(round_add32); in hfilter8() 127 _mm_set1_epi32(((1 << conv_params->round_1) >> 1)); in vfilter8() 128 const __m128i res_add_const = _mm_set1_epi32(1 << offset_bits); in vfilter8() 271 const __m128i round_add = _mm_set1_epi32(round_add32); in highbd_hfilter8() 345 const __m128i sub = _mm_set1_epi32(sub32); in highbd_vfilter8() 354 const __m128i bits_const = _mm_set1_epi32(((1 << bits) >> 1)); in highbd_vfilter8() 356 _mm_set1_epi32(((1 << conv_params->round_1) >> 1)); in highbd_vfilter8() 357 const __m128i res_add_const = _mm_set1_epi32(1 << offset_bits); in highbd_vfilter8() 361 __m128i round_bits_const = _mm_set1_epi32(((1 << round_bits) >> 1)); in highbd_vfilter8() 365 const __m128i wt0 = _mm_set1_epi32(w0); in highbd_vfilter8() [all …]
|
D | av1_txfm_sse4.h | 23 round = _mm_set1_epi32(1 << (bit - 1)); in av1_round_shift_32_sse4_1() 50 const __m128i sqrt2 = _mm_set1_epi32(val); in av1_round_shift_rect_array_32_sse4_1()
|
D | highbd_warp_plane_sse4.c | 113 const __m128i round_const = _mm_set1_epi32((1 << offset_bits_horiz) + in highbd_filter_src_pixels() 313 _mm_set1_epi32(((1 << reduce_bits_vert) >> 1)); in av1_highbd_warp_affine_sse4_1() 314 const __m128i res_add_const = _mm_set1_epi32(1 << offset_bits_vert); in av1_highbd_warp_affine_sse4_1() 319 _mm_set1_epi32(-(1 << (offset_bits - conv_params->round_1)) - in av1_highbd_warp_affine_sse4_1() 322 __m128i round_bits_const = _mm_set1_epi32(((1 << round_bits) >> 1)); in av1_highbd_warp_affine_sse4_1() 326 const __m128i wt0 = _mm_set1_epi32(w0); in av1_highbd_warp_affine_sse4_1() 327 const __m128i wt1 = _mm_set1_epi32(w1); in av1_highbd_warp_affine_sse4_1() 595 _mm_set1_epi32(-(1 << (bd + reduce_bits_vert - 1)) + in av1_highbd_warp_affine_sse4_1()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 465 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct64_new_sse4_1() 467 __m128i cospi_m32 = _mm_set1_epi32(-cospi[32]); in av1_fdct64_new_sse4_1() 468 __m128i cospi_p32 = _mm_set1_epi32(cospi[32]); in av1_fdct64_new_sse4_1() 469 __m128i cospi_m16 = _mm_set1_epi32(-cospi[16]); in av1_fdct64_new_sse4_1() 470 __m128i cospi_p48 = _mm_set1_epi32(cospi[48]); in av1_fdct64_new_sse4_1() 471 __m128i cospi_m48 = _mm_set1_epi32(-cospi[48]); in av1_fdct64_new_sse4_1() 472 __m128i cospi_p16 = _mm_set1_epi32(cospi[16]); in av1_fdct64_new_sse4_1() 473 __m128i cospi_m08 = _mm_set1_epi32(-cospi[8]); in av1_fdct64_new_sse4_1() 474 __m128i cospi_p56 = _mm_set1_epi32(cospi[56]); in av1_fdct64_new_sse4_1() 475 __m128i cospi_m56 = _mm_set1_epi32(-cospi[56]); in av1_fdct64_new_sse4_1() [all …]
|
D | highbd_fwd_txfm_sse4.c | 65 const __m128i cospi32 = _mm_set1_epi32(cospi[32]); in fdct4x4_sse4_1() 66 const __m128i cospi48 = _mm_set1_epi32(cospi[48]); in fdct4x4_sse4_1() 67 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in fdct4x4_sse4_1() 68 const __m128i rnding = _mm_set1_epi32(1 << (bit - 1)); in fdct4x4_sse4_1() 131 const __m128i rnding = _mm_set1_epi32(1 << (bit - 1)); in fadst4x4_sse4_1() 132 const __m128i sinpi1 = _mm_set1_epi32((int)sinpi[1]); in fadst4x4_sse4_1() 133 const __m128i sinpi2 = _mm_set1_epi32((int)sinpi[2]); in fadst4x4_sse4_1() 134 const __m128i sinpi3 = _mm_set1_epi32((int)sinpi[3]); in fadst4x4_sse4_1() 135 const __m128i sinpi4 = _mm_set1_epi32((int)sinpi[4]); in fadst4x4_sse4_1() 193 __m128i fact = _mm_set1_epi32(NewSqrt2); in idtx4x4_sse4_1() [all …]
|
/external/flac/libFLAC/ |
D | lpc_intrin_avx2.c | 779 q0 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[0 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 780 q1 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[1 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 781 q2 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[2 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 782 q3 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[3 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 783 q4 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[4 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 784 q5 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[5 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 785 q6 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[6 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 786 q7 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[7 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 787 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 788 q9 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[9 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 79 const __m128i v_max_mv_w = _mm_set1_epi32(maxmv.as_int); in vp9_diamond_search_sad_avx() 81 const __m128i v_min_mv_w = _mm_set1_epi32(minmv.as_int); in vp9_diamond_search_sad_avx() 83 const __m128i v_spb_d = _mm_set1_epi32(sad_per_bit); in vp9_diamond_search_sad_avx() 85 const __m128i v_joint_cost_0_d = _mm_set1_epi32(x->nmvjointsadcost[0]); in vp9_diamond_search_sad_avx() 86 const __m128i v_joint_cost_1_d = _mm_set1_epi32(x->nmvjointsadcost[1]); in vp9_diamond_search_sad_avx() 99 const __m128i vfcmv = _mm_set1_epi32(fcenter_mv.as_int); in vp9_diamond_search_sad_avx() 106 __m128i v_bmv_w = _mm_set1_epi32(bmv.as_int); in vp9_diamond_search_sad_avx() 120 __m128i v_ba_d = _mm_set1_epi32((intptr_t)best_address); in vp9_diamond_search_sad_avx() 237 _mm_set1_epi32(1 << (VP9_PROB_COST_SHIFT - 1))); in vp9_diamond_search_sad_avx() 296 v_bmv_w = _mm_set1_epi32(bmv.as_int); in vp9_diamond_search_sad_avx() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state_funcs.h | 37 __m128i vMin = _mm_set1_epi32(*min); in expandThenBlend4() 38 __m128i vMax = _mm_set1_epi32(*max); in expandThenBlend4() 46 _vXi[i] = _mm_set1_epi32(_xi[i]); in PrecalcSampleData() 47 _vYi[i] = _mm_set1_epi32(_yi[i]); in PrecalcSampleData()
|
/external/libavc/encoder/x86/ |
D | 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 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/libavc/common/x86/ |
D | 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 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 …]
|
D | ih264_deblk_chroma_ssse3.c | 147 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 …]
|
D | ih264_ihadamard_scaling_ssse3.c | 99 __m128i add_rshift = _mm_set1_epi32((u4_qp_div_6 < 6) ? (1 << (5 - u4_qp_div_6)) : 0); 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()
|
D | ih264_ihadamard_scaling_sse42.c | 99 __m128i add_rshift = _mm_set1_epi32((u4_qp_div_6 < 6) ? (1 << (5 - u4_qp_div_6)) : 0); 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()
|
/external/gemmlowp/fixedpoint/ |
D | 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)); 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/ |
D | highbd_inv_txfm_sse2.h | 220 io[0] = wraplow_16bit_shift5(io[0], io[8], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 221 io[1] = wraplow_16bit_shift5(io[1], io[9], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 222 io[2] = wraplow_16bit_shift5(io[2], io[10], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 223 io[3] = wraplow_16bit_shift5(io[3], io[11], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 224 io[4] = wraplow_16bit_shift5(io[4], io[12], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 225 io[5] = wraplow_16bit_shift5(io[5], io[13], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 226 io[6] = wraplow_16bit_shift5(io[6], io[14], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 227 io[7] = wraplow_16bit_shift5(io[7], io[15], _mm_set1_epi32(16)); in highbd_idct8x8_final_round() 395 const __m128i final_rounding = _mm_set1_epi32(1 << 5); in highbd_write_buffer_4()
|
D | highbd_idct4x4_add_sse4.c | 42 io[0] = wraplow_16bit_shift4(io[0], io[1], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse4_1() 43 io[1] = wraplow_16bit_shift4(io[2], io[3], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse4_1()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 151 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_masks_sse() 171 __m128i cio4 = _mm_set1_epi32(cdiff); in build_masks_sse() 192 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_mask_linear_sse() 220 __m128i cio4 = _mm_set1_epi32(cdiff); in sign_bits4() 281 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_16() 282 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_32_3_16() 286 c = _mm_sub_epi32(c, _mm_set1_epi32(1)); in lp_rast_triangle_32_3_16() 287 rej4 = _mm_add_epi32(rej4, _mm_set1_epi32(1)); in lp_rast_triangle_32_3_16() 383 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_4() 384 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_32_3_4() [all …]
|
/external/skia/src/opts/ |
D | SkBlitRow_opts.h | 19 const __m128i mask = _mm_set1_epi32(0xFF00FF); in SkPMSrcOver_SSE2() 36 SkAlphaMulQ_SSE2(dst, _mm_sub_epi32(_mm_set1_epi32(256), in SkPMSrcOver_SSE2() 95 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque() 143 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque()
|
/external/skqp/src/opts/ |
D | SkBlitRow_opts.h | 19 const __m128i mask = _mm_set1_epi32(0xFF00FF); in SkPMSrcOver_SSE2() 36 SkAlphaMulQ_SSE2(dst, _mm_sub_epi32(_mm_set1_epi32(256), in SkPMSrcOver_SSE2() 95 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque() 143 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | mct.c | 225 const __m128i ry = _mm_set1_epi32(2449); in opj_mct_encode_real() 226 const __m128i gy = _mm_set1_epi32(4809); in opj_mct_encode_real() 227 const __m128i by = _mm_set1_epi32(934); in opj_mct_encode_real() 228 const __m128i ru = _mm_set1_epi32(1382); in opj_mct_encode_real() 229 const __m128i gu = _mm_set1_epi32(2714); in opj_mct_encode_real() 232 const __m128i gv = _mm_set1_epi32(3430); in opj_mct_encode_real() 233 const __m128i bv = _mm_set1_epi32(666); in opj_mct_encode_real()
|
/external/webp/src/dsp/ |
D | lossless_enc_sse2.c | 50 _mm_set1_epi32((int)(((uint32_t)(HI) << 16) | ((LO) & 0xffff))) 57 const __m128i mask_ag = _mm_set1_epi32(0xff00ff00); // alpha-green masks in TransformColor_SSE2() 58 const __m128i mask_rb = _mm_set1_epi32(0x00ff00ff); // red-blue masks in TransformColor_SSE2() 88 const __m128i mask_g = _mm_set1_epi32(0x00ff00); // green mask in CollectColorBlueTransforms_SSE2() 89 const __m128i mask_b = _mm_set1_epi32(0x0000ff); // blue mask in CollectColorBlueTransforms_SSE2() 133 const __m128i mask_g = _mm_set1_epi32(0x00ff00); // green mask in CollectColorRedTransforms_SSE2() 134 const __m128i mask = _mm_set1_epi32(0xff); in CollectColorRedTransforms_SSE2() 400 const __m128i mask_or = _mm_set1_epi32(0xff000000); in BundleColorMap_SSE2() 451 const __m128i black = _mm_set1_epi32(ARGB_BLACK); in PredictorSub0_SSE2()
|