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

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

Completed in 1091 milliseconds