Home
last modified time | relevance | path

Searched refs:_mm_mullo_epi32 (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c182 src_temp0_4x32b = _mm_mullo_epi32(src_temp0_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
183 src_temp1_4x32b = _mm_mullo_epi32(src_temp1_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
184 src_temp2_4x32b = _mm_mullo_epi32(src_temp2_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
185 src_temp3_4x32b = _mm_mullo_epi32(src_temp3_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
200 src_temp4_4x32b = _mm_mullo_epi32(src_temp4_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
201 src_temp5_4x32b = _mm_mullo_epi32(src_temp5_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
202 src_temp6_4x32b = _mm_mullo_epi32(src_temp6_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
203 src_temp7_4x32b = _mm_mullo_epi32(src_temp7_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
298 src_temp0_4x32b = _mm_mullo_epi32(src_temp0_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
299 src_temp1_4x32b = _mm_mullo_epi32(src_temp1_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
[all …]
Dihevc_itrans_recon_sse42_intr.c177 m_temp_reg_13 = _mm_mullo_epi32(m_temp_reg_1, m_coeff3); in ihevc_itrans_recon_4x4_ttype1_sse42()
206 m_temp_reg_30 = _mm_mullo_epi32(m_temp_reg_10, m_coeff1); //29*c0 in ihevc_itrans_recon_4x4_ttype1_sse42()
207 m_temp_reg_31 = _mm_mullo_epi32(m_temp_reg_11, m_coeff2); //55*c1 in ihevc_itrans_recon_4x4_ttype1_sse42()
211 m_temp_reg_32 = _mm_mullo_epi32(m_temp_reg_11, m_coeff1); //29*c1 in ihevc_itrans_recon_4x4_ttype1_sse42()
212 m_temp_reg_33 = _mm_mullo_epi32(m_temp_reg_12, m_coeff2); //55*c2 in ihevc_itrans_recon_4x4_ttype1_sse42()
216 m_temp_reg_34 = _mm_mullo_epi32(m_temp_reg_10, m_coeff2); //55*c0 in ihevc_itrans_recon_4x4_ttype1_sse42()
217 m_temp_reg_35 = _mm_mullo_epi32(m_temp_reg_12, m_coeff1); //29*c2 in ihevc_itrans_recon_4x4_ttype1_sse42()
218 m_temp_reg_36 = _mm_mullo_epi32(m_temp_reg_14, m_coeff3); //74*c4 in ihevc_itrans_recon_4x4_ttype1_sse42()
272 m_temp_reg_3 = _mm_mullo_epi32(m_temp_reg_22, m_coeff3); in ihevc_itrans_recon_4x4_ttype1_sse42()
297 m_temp_reg_30 = _mm_mullo_epi32(m_temp_reg_0, m_coeff1); //29*c0 in ihevc_itrans_recon_4x4_ttype1_sse42()
[all …]
Dihevc_intra_pred_filters_sse42_intr.c1470 res_temp5_4x32b = _mm_mullo_epi32(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
2037 res_temp5_4x32b = _mm_mullo_epi32(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_11_to_17_sse42()
3437 res_temp5_4x32b = _mm_mullo_epi32(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_19_to_25_sse42()
4121 res_temp5_4x32b = _mm_mullo_epi32(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_27_to_33_sse42()
/external/libavc/common/x86/
Dih264_ihadamard_scaling_sse42.c173 src_r0 = _mm_mullo_epi32(src_r0, mult_val); in ih264_ihadamard_scaling_4x4_sse42()
174 src_r1 = _mm_mullo_epi32(src_r1, mult_val); in ih264_ihadamard_scaling_4x4_sse42()
175 src_r2 = _mm_mullo_epi32(src_r2, mult_val); in ih264_ihadamard_scaling_4x4_sse42()
176 src_r3 = _mm_mullo_epi32(src_r3, mult_val); in ih264_ihadamard_scaling_4x4_sse42()
234 …temp0 = _mm_mullo_epi32(scale_val, plane_0); //multiply by pu2_iscal_mat[0] * pu2_weigh_mat… in ih264_ihadamard_scaling_2x2_uv_sse42()
235 …temp1 = _mm_mullo_epi32(scale_val, plane_1); //multiply by pu2_iscal_mat[0] * pu2_weigh_mat… in ih264_ihadamard_scaling_2x2_uv_sse42()
Dih264_resi_trans_quant_sse42.c265 temp0 = _mm_mullo_epi32(temp0, src_r0); in ih264_resi_trans_quant_4x4_sse42()
266 temp1 = _mm_mullo_epi32(temp1, src_r1); in ih264_resi_trans_quant_4x4_sse42()
267 temp2 = _mm_mullo_epi32(temp2, src_r2); in ih264_resi_trans_quant_4x4_sse42()
268 temp3 = _mm_mullo_epi32(temp3, src_r3); in ih264_resi_trans_quant_4x4_sse42()
548 temp0 = _mm_mullo_epi32(temp0, src_r0); in ih264_resi_trans_quant_chroma_4x4_sse42()
549 temp1 = _mm_mullo_epi32(temp1, src_r1); in ih264_resi_trans_quant_chroma_4x4_sse42()
550 temp2 = _mm_mullo_epi32(temp2, src_r2); in ih264_resi_trans_quant_chroma_4x4_sse42()
551 temp3 = _mm_mullo_epi32(temp3, src_r3); in ih264_resi_trans_quant_chroma_4x4_sse42()
779 temp0 = _mm_mullo_epi32(scale_val, src_r0); //multiply by pu2_scale_matrix[0] in ih264_hadamard_quant_4x4_sse42()
780 temp1 = _mm_mullo_epi32(scale_val, src_r1); in ih264_hadamard_quant_4x4_sse42()
[all …]
/external/opencv3/modules/imgproc/src/
Dmoments.cpp358 … __m128i v_x1_0 = _mm_mullo_epi32(v_src0, v_ix0), v_x1_1 = _mm_mullo_epi32(v_src1, v_ix1); in operator ()()
361 … __m128i v_2ix0 = _mm_mullo_epi32(v_ix0, v_ix0), v_2ix1 = _mm_mullo_epi32(v_ix1, v_ix1); in operator ()()
362 …v_x2 = _mm_add_epi32(v_x2, _mm_add_epi32(_mm_mullo_epi32(v_2ix0, v_src0), _mm_mullo_epi32(v_2ix1, … in operator ()()
364 … __m128i t = _mm_add_epi32(_mm_mullo_epi32(v_2ix0, v_x1_0), _mm_mullo_epi32(v_2ix1, v_x1_1)); in operator ()()
Dcolor.cpp2182 __m128i v_y0 = _mm_add_epi32(_mm_mullo_epi32(v_r_p, v_c0), in process()
2183 _mm_add_epi32(_mm_mullo_epi32(v_g_p, v_c1), in process()
2184 _mm_mullo_epi32(v_b_p, v_c2))); in process()
2187 __m128i v_cr0 = _mm_mullo_epi32(_mm_sub_epi32(blueIdx == 2 ? v_r_p : v_b_p, v_y0), v_c3); in process()
2188 __m128i v_cb0 = _mm_mullo_epi32(_mm_sub_epi32(blueIdx == 0 ? v_r_p : v_b_p, v_y0), v_c4); in process()
2196 __m128i v_y1 = _mm_add_epi32(_mm_mullo_epi32(v_r_p, v_c0), in process()
2197 _mm_add_epi32(_mm_mullo_epi32(v_g_p, v_c1), in process()
2198 _mm_mullo_epi32(v_b_p, v_c2))); in process()
2201 __m128i v_cr1 = _mm_mullo_epi32(_mm_sub_epi32(blueIdx == 2 ? v_r_p : v_b_p, v_y1), v_c3); in process()
2202 __m128i v_cb1 = _mm_mullo_epi32(_mm_sub_epi32(blueIdx == 0 ? v_r_p : v_b_p, v_y1), v_c4); in process()
[all …]
/external/clang/test/CodeGen/
Dsse41-builtins.c299 return _mm_mullo_epi32(x, y); in test_mm_mullo_epi32()
/external/skia/src/opts/
DSkBlurImageFilter_opts.h30 #define mullo_epi32 _mm_mullo_epi32
/external/clang/lib/Headers/
Dsmmintrin.h122 _mm_mullo_epi32 (__m128i __V1, __m128i __V2) in _mm_mullo_epi32() function
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h154 return _mm_mullo_epi32(a,b);