Home
last modified time | relevance | path

Searched refs:_mm_sub_epi32 (Results 1 – 25 of 58) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct32x32_add_sse2.c34 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
35 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
59 step2[18] = _mm_sub_epi32(step1[17], step1[18]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
60 step2[19] = _mm_sub_epi32(step1[16], step1[19]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
61 step2[20] = _mm_sub_epi32(step1[20], step1[23]); // step2[20] = -step2[20] in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
62 step2[21] = _mm_sub_epi32(step1[21], step1[22]); // step2[21] = -step2[21] in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
68 step2[26] = _mm_sub_epi32(step1[26], step1[25]); // step2[26] = -step2[26] in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
69 step2[27] = _mm_sub_epi32(step1[27], step1[24]); // step2[27] = -step2[27] in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
[all …]
Dhighbd_idct32x32_add_sse4.c38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
63 step2[18] = _mm_sub_epi32(step1[17], step1[18]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
64 step2[19] = _mm_sub_epi32(step1[16], step1[19]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
65 step2[20] = _mm_sub_epi32(step1[23], step1[20]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
66 step2[21] = _mm_sub_epi32(step1[22], step1[21]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
72 step2[26] = _mm_sub_epi32(step1[25], step1[26]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
73 step2[27] = _mm_sub_epi32(step1[24], step1[27]); in highbd_idct32_4x32_quarter_3_4_stage_4_to_7()
[all …]
Dhighbd_idct16x16_add_sse2.c24 out[2] = _mm_sub_epi32(in[1], in[2]); in highbd_idct16_4col_stage5()
25 out[3] = _mm_sub_epi32(in[0], in[3]); in highbd_idct16_4col_stage5()
29 out[10] = _mm_sub_epi32(in[9], in[10]); in highbd_idct16_4col_stage5()
30 out[11] = _mm_sub_epi32(in[8], in[11]); in highbd_idct16_4col_stage5()
31 out[12] = _mm_sub_epi32(in[15], in[12]); in highbd_idct16_4col_stage5()
32 out[13] = _mm_sub_epi32(in[14], in[13]); in highbd_idct16_4col_stage5()
43 out[4] = _mm_sub_epi32(in[3], in[4]); in highbd_idct16_4col_stage6()
44 out[5] = _mm_sub_epi32(in[2], in[5]); in highbd_idct16_4col_stage6()
45 out[6] = _mm_sub_epi32(in[1], in[6]); in highbd_idct16_4col_stage6()
46 out[7] = _mm_sub_epi32(in[0], in[7]); in highbd_idct16_4col_stage6()
[all …]
Dhighbd_idct16x16_add_sse4.c25 out[2] = _mm_sub_epi32(in[1], in[2]); in highbd_idct16_4col_stage5()
26 out[3] = _mm_sub_epi32(in[0], in[3]); in highbd_idct16_4col_stage5()
30 out[10] = _mm_sub_epi32(in[9], in[10]); in highbd_idct16_4col_stage5()
31 out[11] = _mm_sub_epi32(in[8], in[11]); in highbd_idct16_4col_stage5()
32 out[12] = _mm_sub_epi32(in[15], in[12]); in highbd_idct16_4col_stage5()
33 out[13] = _mm_sub_epi32(in[14], in[13]); in highbd_idct16_4col_stage5()
44 out[4] = _mm_sub_epi32(in[3], in[4]); in highbd_idct16_4col_stage6()
45 out[5] = _mm_sub_epi32(in[2], in[5]); in highbd_idct16_4col_stage6()
46 out[6] = _mm_sub_epi32(in[1], in[6]); in highbd_idct16_4col_stage6()
47 out[7] = _mm_sub_epi32(in[0], in[7]); in highbd_idct16_4col_stage6()
[all …]
Dfwd_dct32x32_impl_sse2.h1556 lstep3[8] = _mm_sub_epi32(lstep2[6], lstep2[8]); in FDCT32x32_2D()
1557 lstep3[9] = _mm_sub_epi32(lstep2[7], lstep2[9]); in FDCT32x32_2D()
1558 lstep3[10] = _mm_sub_epi32(lstep2[4], lstep2[10]); in FDCT32x32_2D()
1559 lstep3[11] = _mm_sub_epi32(lstep2[5], lstep2[11]); in FDCT32x32_2D()
1560 lstep3[12] = _mm_sub_epi32(lstep2[2], lstep2[12]); in FDCT32x32_2D()
1561 lstep3[13] = _mm_sub_epi32(lstep2[3], lstep2[13]); in FDCT32x32_2D()
1562 lstep3[14] = _mm_sub_epi32(lstep2[0], lstep2[14]); in FDCT32x32_2D()
1563 lstep3[15] = _mm_sub_epi32(lstep2[1], lstep2[15]); in FDCT32x32_2D()
1672 lstep3[40] = _mm_sub_epi32(lstep1[38], lstep2[40]); in FDCT32x32_2D()
1673 lstep3[41] = _mm_sub_epi32(lstep1[39], lstep2[41]); in FDCT32x32_2D()
[all …]
Dhighbd_inv_txfm_sse2.h65 out[0] = _mm_sub_epi32(out[0], sign[0]); in abs_extend_64bit_sse2()
185 temp2 = _mm_sub_epi32(in0, in1); in highbd_butterfly_cospi16_sse2()
198 out[bound - i] = _mm_sub_epi32(in[i], in[bound - i]); in highbd_add_sub_butterfly()
209 out[4] = _mm_sub_epi32(in[3], in[4]); in highbd_idct8_stage4()
210 out[5] = _mm_sub_epi32(in[2], in[5]); in highbd_idct8_stage4()
211 out[6] = _mm_sub_epi32(in[1], in[6]); in highbd_idct8_stage4()
212 out[7] = _mm_sub_epi32(in[0], in[7]); in highbd_idct8_stage4()
236 out[8] = _mm_sub_epi32(in[7], in[8]); in highbd_idct16_4col_stage7()
237 out[9] = _mm_sub_epi32(in[6], in[9]); in highbd_idct16_4col_stage7()
238 out[10] = _mm_sub_epi32(in[5], in[10]); in highbd_idct16_4col_stage7()
[all …]
Dhighbd_idct8x8_add_sse4.c40 step2[5] = _mm_sub_epi32(step1[4], step1[5]); in highbd_idct8x8_half1d()
41 step2[6] = _mm_sub_epi32(step1[7], step1[6]); in highbd_idct8x8_half1d()
47 step1[2] = _mm_sub_epi32(step2[1], step2[2]); in highbd_idct8x8_half1d()
48 step1[3] = _mm_sub_epi32(step2[0], step2[3]); in highbd_idct8x8_half1d()
79 step2[5] = _mm_sub_epi32(step1[4], step1[5]); in highbd_idct8x8_12_half1d()
80 step2[6] = _mm_sub_epi32(step1[7], step1[6]); in highbd_idct8x8_12_half1d()
86 step1[2] = _mm_sub_epi32(step2[0], step2[2]); in highbd_idct8x8_12_half1d()
87 step1[3] = _mm_sub_epi32(step2[0], step2[3]); in highbd_idct8x8_12_half1d()
Dinv_txfm_sse2.c135 u[6] = _mm_sub_epi32(u[5], u[4]); in iadst4_sse2()
311 w8 = _mm_sub_epi32(u0, u8); in iadst8_sse2()
312 w9 = _mm_sub_epi32(u1, u9); in iadst8_sse2()
313 w10 = _mm_sub_epi32(u2, u10); in iadst8_sse2()
314 w11 = _mm_sub_epi32(u3, u11); in iadst8_sse2()
315 w12 = _mm_sub_epi32(u4, u12); in iadst8_sse2()
316 w13 = _mm_sub_epi32(u5, u13); in iadst8_sse2()
317 w14 = _mm_sub_epi32(u6, u14); in iadst8_sse2()
318 w15 = _mm_sub_epi32(u7, u15); in iadst8_sse2()
388 w4 = _mm_sub_epi32(v0, v4); in iadst8_sse2()
[all …]
Dhighbd_idct8x8_add_sse2.c38 step2[5] = _mm_sub_epi32(step1[4], step1[5]); in highbd_idct8x8_half1d()
39 step2[6] = _mm_sub_epi32(step1[7], step1[6]); in highbd_idct8x8_half1d()
45 step1[2] = _mm_sub_epi32(step2[1], step2[2]); in highbd_idct8x8_half1d()
46 step1[3] = _mm_sub_epi32(step2[0], step2[3]); in highbd_idct8x8_half1d()
77 step2[5] = _mm_sub_epi32(step1[4], step1[5]); in highbd_idct8x8_12_half1d()
78 step2[6] = _mm_sub_epi32(step1[7], step1[6]); in highbd_idct8x8_12_half1d()
84 step1[2] = _mm_sub_epi32(step2[0], step2[2]); in highbd_idct8x8_12_half1d()
85 step1[3] = _mm_sub_epi32(step2[0], step2[3]); in highbd_idct8x8_12_half1d()
Dhighbd_quantize_intrin_sse2.c37 nzbins[0] = _mm_sub_epi32(nzbins[0], zbins[0]); in vpx_highbd_quantize_b_sse2()
38 nzbins[1] = _mm_sub_epi32(nzbins[1], zbins[1]); in vpx_highbd_quantize_b_sse2()
71 coeffs = _mm_sub_epi32(_mm_xor_si128(coeffs, coeffs_sign), coeffs_sign); in vpx_highbd_quantize_b_sse2()
117 nzbins[0] = _mm_sub_epi32(nzbins[0], zbins[0]); in vpx_highbd_quantize_b_32x32_sse2()
118 nzbins[1] = _mm_sub_epi32(nzbins[1], zbins[1]); in vpx_highbd_quantize_b_32x32_sse2()
Dhighbd_idct4x4_add_sse2.c40 temp2[0] = _mm_sub_epi32(io[0], io[2]); // input[0] - input[2] in highbd_idct4_small_sse2()
70 io[2] = _mm_sub_epi32(step[1], step[2]); // step[1] - step[2] in highbd_idct4_small_sse2()
71 io[3] = _mm_sub_epi32(step[0], step[3]); // step[0] - step[3] in highbd_idct4_small_sse2()
87 io[2] = _mm_sub_epi32(step[1], step[2]); // step[1] - step[2] in highbd_idct4_large_sse2()
88 io[3] = _mm_sub_epi32(step[0], step[3]); // step[0] - step[3] in highbd_idct4_large_sse2()
/external/libhevc/common/x86/
Dihevc_itrans_recon_16x16_ssse3_intr.c269 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_30); in ihevc_itrans_recon_16x16_ssse3()
288 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_25, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3()
307 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_26, m_temp_reg_30); in ihevc_itrans_recon_16x16_ssse3()
324 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_27, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3()
342 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_26, m_temp_reg_30); in ihevc_itrans_recon_16x16_ssse3()
358 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_27, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3()
376 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_30); in ihevc_itrans_recon_16x16_ssse3()
391 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_25, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3()
450 m_temp_reg_46 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_20); in ihevc_itrans_recon_16x16_ssse3()
455 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in ihevc_itrans_recon_16x16_ssse3()
[all …]
Dihevc_16x16_itrans_recon_sse42_intr.c263 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_30); in ihevc_itrans_recon_16x16_sse42()
282 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_25, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42()
301 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_26, m_temp_reg_30); in ihevc_itrans_recon_16x16_sse42()
318 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_27, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42()
336 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_26, m_temp_reg_30); in ihevc_itrans_recon_16x16_sse42()
352 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_27, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42()
370 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_30); in ihevc_itrans_recon_16x16_sse42()
385 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_25, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42()
446 m_temp_reg_46 = _mm_sub_epi32(m_temp_reg_24, m_temp_reg_20); in ihevc_itrans_recon_16x16_sse42()
451 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in ihevc_itrans_recon_16x16_sse42()
[all …]
Dihevc_itrans_recon_ssse3_intr.c186 m_temp_reg_14 = _mm_sub_epi32(m_temp_reg_0, m_temp_reg_2); in ihevc_itrans_recon_4x4_ttype1_ssse3()
211 m_temp_reg_12 = _mm_sub_epi32(m_temp_reg_0, m_temp_reg_3); in ihevc_itrans_recon_4x4_ttype1_ssse3()
224 m_temp_reg_23 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_10); in ihevc_itrans_recon_4x4_ttype1_ssse3()
225 m_temp_reg_30 = _mm_sub_epi32(m_temp_reg_23, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3()
230 m_temp_reg_23 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_11); in ihevc_itrans_recon_4x4_ttype1_ssse3()
231 m_temp_reg_31 = _mm_sub_epi32(m_temp_reg_23, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3()
238 m_temp_reg_23 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_11); in ihevc_itrans_recon_4x4_ttype1_ssse3()
239 m_temp_reg_32 = _mm_sub_epi32(m_temp_reg_23, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3()
244 m_temp_reg_23 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_12); in ihevc_itrans_recon_4x4_ttype1_ssse3()
245 m_temp_reg_33 = _mm_sub_epi32(m_temp_reg_23, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3()
[all …]
Dihevc_itrans_recon_sse42_intr.c172 m_temp_reg_14 = _mm_sub_epi32(m_temp_reg_0, m_temp_reg_2); in ihevc_itrans_recon_4x4_ttype1_sse42()
192 m_temp_reg_12 = _mm_sub_epi32(m_temp_reg_0, m_temp_reg_3); in ihevc_itrans_recon_4x4_ttype1_sse42()
227 m_temp_reg_21 = _mm_sub_epi32(m_temp_reg_33, m_temp_reg_32); in ihevc_itrans_recon_4x4_ttype1_sse42()
231 m_temp_reg_4 = _mm_sub_epi32(m_rdng_factor, m_temp_reg_13); in ihevc_itrans_recon_4x4_ttype1_sse42()
267 m_temp_reg_4 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_sse42()
287 m_temp_reg_2 = _mm_sub_epi32(m_temp_reg_20, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42()
318 m_temp_reg_21 = _mm_sub_epi32(m_temp_reg_33, m_temp_reg_32); in ihevc_itrans_recon_4x4_ttype1_sse42()
321 m_temp_reg_4 = _mm_sub_epi32(m_rdng_factor, m_temp_reg_3); in ihevc_itrans_recon_4x4_ttype1_sse42()
520 m_temp_reg_31 = _mm_sub_epi32(m_temp_reg_10, m_temp_reg_11); in ihevc_itrans_recon_4x4_sse42()
535 m_temp_reg_33 = _mm_sub_epi32(m_temp_reg_12, m_temp_reg_13); in ihevc_itrans_recon_4x4_sse42()
[all …]
Dihevc_itrans_recon_32x32_ssse3_intr.c374 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
388 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_44, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
401 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_41, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
415 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_45, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
429 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_42, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
443 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_46, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
460 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_43, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
474 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_47, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
489 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_43, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
502 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_47, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
[all …]
Dihevc_32x32_itrans_recon_sse42_intr.c363 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
377 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_44, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
390 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_41, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
404 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_45, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
418 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_42, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
432 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_46, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
449 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_43, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
463 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_47, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
478 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_43, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
491 m_temp_reg_35 = _mm_sub_epi32(m_temp_reg_47, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
[all …]
/external/flac/libFLAC/
Dfixed_intrin_sse2.c72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_sse2()
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_sse2()
78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_sse2()
86 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_sse2()
88 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_sse2()
90 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_sse2()
92 err1 = _mm_sub_epi32(err1, last_error); // e1 e2 e3 e4 in FLAC__fixed_compute_best_predictor_intrin_sse2()
96 err1 = _mm_sub_epi32(err1, last_error); // e1 e2 e3 e4 in FLAC__fixed_compute_best_predictor_intrin_sse2()
104 err0 = _mm_sub_epi32(err0, tmp); in FLAC__fixed_compute_best_predictor_intrin_sse2()
107 err1 = _mm_sub_epi32(err1, tmp); in FLAC__fixed_compute_best_predictor_intrin_sse2()
[all …]
Dfixed_intrin_ssse3.c72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
86 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_ssse3()
88 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_ssse3()
90 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_ssse3()
92 err1 = _mm_sub_epi32(err1, last_error); // e1 e2 e3 e4 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
96 err1 = _mm_sub_epi32(err1, last_error); // e1 e2 e3 e4 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
163 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
166 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
[all …]
/external/libmpeg2/common/x86/
Dimpeg2_idct_recon_sse42_intr.c264 m_temp_reg_44 = _mm_sub_epi32(m_temp_reg_12, m_temp_reg_16); in impeg2_idct_recon_sse42()
267 m_temp_reg_46 = _mm_sub_epi32(m_temp_reg_10, m_temp_reg_14); in impeg2_idct_recon_sse42()
295 m_temp_reg_66 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in impeg2_idct_recon_sse42()
325 m_temp_reg_66 = _mm_sub_epi32(m_temp_reg_42, m_temp_reg_32); in impeg2_idct_recon_sse42()
355 m_temp_reg_66 = _mm_sub_epi32(m_temp_reg_44, m_temp_reg_34); in impeg2_idct_recon_sse42()
381 m_temp_reg_66 = _mm_sub_epi32(m_temp_reg_46, m_temp_reg_36); in impeg2_idct_recon_sse42()
472 m_temp_reg_44 = _mm_sub_epi32(m_temp_reg_12, m_temp_reg_16); in impeg2_idct_recon_sse42()
475 m_temp_reg_46 = _mm_sub_epi32(m_temp_reg_10, m_temp_reg_14); in impeg2_idct_recon_sse42()
507 m_temp_reg_66 = _mm_sub_epi32(m_temp_reg_40, m_temp_reg_30); in impeg2_idct_recon_sse42()
529 m_temp_reg_32 = _mm_sub_epi32(m_temp_reg_22, m_temp_reg_26); in impeg2_idct_recon_sse42()
[all …]
/external/libavc/common/x86/
Dih264_ihadamard_scaling_ssse3.c138 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_ssse3()
139 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_ssse3()
143 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3()
144 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_ssse3()
167 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_ssse3()
168 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_ssse3()
172 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3()
173 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_ssse3()
Dih264_iquant_itrans_recon_ssse3.c203 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_ssse3()
206 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_ssse3()
216 resq_r2 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3()
218 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3()
262 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_ssse3()
265 temp2 = _mm_sub_epi32(temp2, resq_r3); in ih264_iquant_itrans_recon_4x4_ssse3()
281 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3()
286 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3()
659 temp2 = _mm_sub_epi32(resq_r5_1, resq_r3_1); //-w3+w5 in ih264_iquant_itrans_recon_8x8_ssse3()
660 temp10 = _mm_sub_epi32(resq_r5_2, resq_r3_2); in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]
Dih264_ihadamard_scaling_sse42.c136 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_sse42()
137 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_sse42()
141 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42()
142 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_sse42()
165 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_sse42()
166 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_sse42()
170 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42()
171 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_sse42()
Dih264_iquant_itrans_recon_sse42.c196 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42()
199 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_sse42()
209 resq_r2 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42()
211 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
248 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42()
251 temp2 = _mm_sub_epi32(temp2, resq_r3); in ih264_iquant_itrans_recon_4x4_sse42()
267 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42()
272 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
446 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_chroma_4x4_sse42()
449 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_chroma_4x4_sse42()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c133 u[1] = _mm_sub_epi32(v[2], v[6]); in fadst4_sse2()
135 u[3] = _mm_sub_epi32(u[2], u[0]); in fadst4_sse2()
137 u[5] = _mm_sub_epi32(u[4], v[5]); in fadst4_sse2()
922 w8 = _mm_sub_epi32(u0, u8); in fadst8_sse2()
923 w9 = _mm_sub_epi32(u1, u9); in fadst8_sse2()
924 w10 = _mm_sub_epi32(u2, u10); in fadst8_sse2()
925 w11 = _mm_sub_epi32(u3, u11); in fadst8_sse2()
926 w12 = _mm_sub_epi32(u4, u12); in fadst8_sse2()
927 w13 = _mm_sub_epi32(u5, u13); in fadst8_sse2()
928 w14 = _mm_sub_epi32(u6, u14); in fadst8_sse2()
[all …]

123