Searched refs:_mm_mullo_epi16 (Results 1 - 25 of 27) sorted by relevance

12

/external/libavc/common/x86/
H A Dih264_weighted_pred_sse42.c419 y_0_8x16b = _mm_mullo_epi16(y_0_8x16b, wt_8x16b);
420 y_2_8x16b = _mm_mullo_epi16(y_2_8x16b, wt_8x16b);
463 y_0_8x16b = _mm_mullo_epi16(y_0_8x16b, wt_8x16b);
464 y_1_8x16b = _mm_mullo_epi16(y_1_8x16b, wt_8x16b);
465 y_2_8x16b = _mm_mullo_epi16(y_2_8x16b, wt_8x16b);
466 y_3_8x16b = _mm_mullo_epi16(y_3_8x16b, wt_8x16b);
523 y_0L_8x16b = _mm_mullo_epi16(y_0L_8x16b, wt_8x16b);
524 y_0H_8x16b = _mm_mullo_epi16(y_0H_8x16b, wt_8x16b);
525 y_1L_8x16b = _mm_mullo_epi16(y_1L_8x16b, wt_8x16b);
526 y_1H_8x16b = _mm_mullo_epi16(y_1H_8x16
[all...]
H A Dih264_iquant_itrans_recon_ssse3.c137 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
138 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
417 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
440 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
461 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
482 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
503 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
525 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
548 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
573 temp10 = _mm_mullo_epi16(scalemat_r
[all...]
H A Dih264_iquant_itrans_recon_sse42.c136 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
137 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
387 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
388 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
H A Dih264_resi_trans_quant_sse42.c242 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0);
243 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2);
525 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0);
526 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2);
/external/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp208 ret1 = _mm_mullo_epi16(sc, ret1);
212 ret2 = _mm_mullo_epi16(dc, ret2);
215 __m128i ret3 = _mm_mullo_epi16(sc, dc);
260 __m128i tmp1 = _mm_mullo_epi16(sc, ida);
262 __m128i tmp2 = _mm_mullo_epi16(dc, isa);
269 __m128i rc2 = _mm_mullo_epi16(sa, da); // sa * da
295 __m128i sd = _mm_mullo_epi16(sc, da);
296 __m128i ds = _mm_mullo_epi16(dc, sa);
324 __m128i sd = _mm_mullo_epi16(sc, da);
325 __m128i ds = _mm_mullo_epi16(d
[all...]
H A DSkColor_opts_SSE2.h37 __m128i prod = _mm_mullo_epi16(a, b);
52 rb = _mm_mullo_epi16(rb, s);
58 ag = _mm_mullo_epi16(ag, s);
109 __m128i prod = _mm_mullo_epi16(a, b);
222 dst_scale = _mm_mullo_epi16(dst_scale, src_scale);
237 dst_scale = _mm_mullo_epi16(dst_scale, src_scale);
H A DSkBitmapFilter_opts_SSE2.cpp92 __m128i mul_lo = _mm_mullo_epi16(src16, coeff16);
110 mul_lo = _mm_mullo_epi16(src16, coeff16);
142 __m128i mul_lo = _mm_mullo_epi16(src16, coeff16);
152 mul_lo = _mm_mullo_epi16(src16, coeff16);
221 mul_lo = _mm_mullo_epi16(src16, coeff16lo); \
228 mul_lo = _mm_mullo_epi16(src16, coeff16hi); \
334 __m128i mul_lo = _mm_mullo_epi16(src16, coeff16);
347 mul_lo = _mm_mullo_epi16(src16, coeff16);
414 __m128i mul_lo = _mm_mullo_epi16(src16, coeff16);
424 mul_lo = _mm_mullo_epi16(src1
[all...]
H A DSkBitmapProcState_opts_SSE2.cpp83 a00a10 = _mm_mullo_epi16(a00a10, allY);
86 a00a10 = _mm_mullo_epi16(a00a10, negX);
95 a01a11 = _mm_mullo_epi16(a01a11, allY);
98 a01a11 = _mm_mullo_epi16(a01a11, allX);
193 a00a10 = _mm_mullo_epi16(a00a10, allY);
196 a00a10 = _mm_mullo_epi16(a00a10, negX);
205 a01a11 = _mm_mullo_epi16(a01a11, allY);
208 a01a11 = _mm_mullo_epi16(a01a11, allX);
223 sum = _mm_mullo_epi16(sum, alpha);
711 a00a10 = _mm_mullo_epi16(a00a1
[all...]
H A DSkBlitRow_opts_SSE2.cpp109 dst_rb = _mm_mullo_epi16(dst_rb, alpha);
111 dst_ag = _mm_mullo_epi16(dst_ag, alpha);
272 pixel_R = _mm_mullo_epi16(pixel_R, scale_wide);
273 pixel_G = _mm_mullo_epi16(pixel_G, scale_wide);
274 pixel_B = _mm_mullo_epi16(pixel_B, scale_wide);
438 maskLo = _mm_mullo_epi16(maskLo, srcA);
439 maskHi = _mm_mullo_epi16(maskHi, srcA);
452 maskLo = _mm_mullo_epi16(maskLo, _mm_sub_epi16(src, dstLo));
453 maskHi = _mm_mullo_epi16(maskHi, _mm_sub_epi16(src, dstHi));
530 maskLo = _mm_mullo_epi16(maskL
[all...]
H A DSkBitmapProcState_opts_SSSE3.cpp184 *pixels = _mm_mullo_epi16(*pixels, alpha);
263 sum = _mm_mullo_epi16(sum, y);
364 return _mm_mullo_epi16(a0, y);
H A DSkNx_sse.h242 SkNi operator * (const SkNi& o) const { return _mm_mullo_epi16(fVec, o.fVec); }
270 SkNi operator * (const SkNi& o) const { return _mm_mullo_epi16(fVec, o.fVec); }
/external/jpeg/
H A Djidctintelsse.c283 row0 = _mm_mullo_epi16( row0, *(__m128i const*)quantptrSSE );
284 row2 = _mm_mullo_epi16( row2, *(__m128i const*)(quantptrSSE+8*2) );
294 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+8*4) );
295 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8*6) );
305 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+24) );
306 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8) );
316 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+40) );
317 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+56));
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c93 x0 = _mm_mullo_epi16(x0, dequant0);
94 x1 = _mm_mullo_epi16(x1, dequant1);
H A Dvp8_quantize_sse2.c136 y0 = _mm_mullo_epi16(y0, dequant0);
137 y1 = _mm_mullo_epi16(y1, dequant1);
189 xdq0 = _mm_mullo_epi16(x0, dequant0);
190 xdq1 = _mm_mullo_epi16(x1, dequant1);
H A Dquantize_sse4.c121 dqcoeff0 = _mm_mullo_epi16(qcoeff0, dequant0);
122 dqcoeff1 = _mm_mullo_epi16(qcoeff1, dequant1);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_sse2.c84 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
86 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
153 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
154 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
H A Dvp9_dct_ssse3.c343 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
345 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
413 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
414 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
H A Dvp9_dct_sse2.c509 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
511 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
574 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
575 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_sse2.c98 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
100 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
172 coeff0 = _mm_mullo_epi16(qcoeff0, dequant);
173 coeff1 = _mm_mullo_epi16(qcoeff1, dequant);
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_ssse3_intr.c142 res_temp0_4x32b = _mm_mullo_epi16(lvl_shift_4x32b, wgt0_8x16b);
174 res_temp0_4x32b = _mm_mullo_epi16(src_temp0_8x16b, wgt0_8x16b);
175 res_temp1_4x32b = _mm_mullo_epi16(src_temp1_8x16b, wgt0_8x16b);
176 res_temp2_4x32b = _mm_mullo_epi16(src_temp2_8x16b, wgt0_8x16b);
177 res_temp3_4x32b = _mm_mullo_epi16(src_temp3_8x16b, wgt0_8x16b);
280 res_temp0_4x32b = _mm_mullo_epi16(src_temp0_8x16b, wgt0_8x16b);
281 res_temp1_4x32b = _mm_mullo_epi16(src_temp1_8x16b, wgt0_8x16b);
433 res_temp0_4x32b = _mm_mullo_epi16(lvl_shift_4x32b, wgt0_8x16b);
466 res_temp0_4x32b = _mm_mullo_epi16(src_temp0_8x16b, wgt0_8x16b);
467 res_temp1_4x32b = _mm_mullo_epi16(src_temp1_8x16
[all...]
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c200 res_temp_8x16b = _mm_mullo_epi16(const_temp3_4x32b, const_temp1_4x32b);
215 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
218 res_temp2_8x16b = _mm_mullo_epi16(const_temp_4x32b, col_8x16b);
221 res_temp3_8x16b = _mm_mullo_epi16(const_temp2_4x32b, const_temp5_4x32b);
H A Dihevc_intra_pred_filters_ssse3_intr.c976 res_temp_8x16b = _mm_mullo_epi16(const_temp3_4x32b, const_temp1_4x32b);
992 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
995 res_temp2_8x16b = _mm_mullo_epi16(const_temp_4x32b, col_8x16b);
998 res_temp3_8x16b = _mm_mullo_epi16(const_temp2_4x32b, const_temp5_4x32b);
2386 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2498 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2677 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2960 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3104 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3308 res_temp5_4x32b = _mm_mullo_epi16(row_4x32
[all...]
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c219 res_temp_8x16b = _mm_mullo_epi16(const_temp3_4x32b, const_temp1_4x32b);
235 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
238 res_temp2_8x16b = _mm_mullo_epi16(const_temp_4x32b, col_8x16b);
241 res_temp3_8x16b = _mm_mullo_epi16(const_temp2_4x32b, const_temp5_4x32b);
1218 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
1346 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
1660 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
1780 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2061 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2389 res_temp5_4x32b = _mm_mullo_epi16(row_4x32
[all...]
H A Dihevc_intra_pred_filters_sse42_intr.c1579 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
1758 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2178 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2382 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2590 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
2882 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3086 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3295 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3610 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b);
3800 res_temp5_4x32b = _mm_mullo_epi16(row_4x32
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c850 const __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0);
852 const __m128i coeff_iQ8L = _mm_mullo_epi16(coeff8, iq8);
888 in0 = _mm_mullo_epi16(out0, q0);
889 in8 = _mm_mullo_epi16(out8, q8);

Completed in 1761 milliseconds

12