/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 177 const __m128i x0 = _mm_packs_epi32(w0, w1); in vp9_fdct4x4_sse2() 178 const __m128i x1 = _mm_packs_epi32(w2, w3); in vp9_fdct4x4_sse2() 223 const __m128i x0 = _mm_packs_epi32(w0, w1); in vp9_fdct4x4_sse2() 224 const __m128i x1 = _mm_packs_epi32(w2, w3); in vp9_fdct4x4_sse2() 326 in[0] = _mm_packs_epi32(u[0], u[1]); in fdct4_sse2() 327 in[1] = _mm_packs_epi32(u[2], u[3]); in fdct4_sse2() 374 in[0] = _mm_packs_epi32(u[0], u[2]); in fadst4_sse2() 375 in[1] = _mm_packs_epi32(u[1], u[3]); in fadst4_sse2() 539 res0 = _mm_packs_epi32(w0, w1); in vp9_fdct8x8_sse2() 540 res4 = _mm_packs_epi32(w2, w3); in vp9_fdct8x8_sse2() [all …]
|
D | vp9_dct32x32_sse2.c | 382 step2[20] = _mm_packs_epi32(s2_20_6, s2_20_7); in FDCT32x32_2D() 383 step2[21] = _mm_packs_epi32(s2_21_6, s2_21_7); in FDCT32x32_2D() 384 step2[22] = _mm_packs_epi32(s2_22_6, s2_22_7); in FDCT32x32_2D() 385 step2[23] = _mm_packs_epi32(s2_23_6, s2_23_7); in FDCT32x32_2D() 386 step2[24] = _mm_packs_epi32(s2_24_6, s2_24_7); in FDCT32x32_2D() 387 step2[25] = _mm_packs_epi32(s2_25_6, s2_25_7); in FDCT32x32_2D() 388 step2[26] = _mm_packs_epi32(s2_26_6, s2_26_7); in FDCT32x32_2D() 389 step2[27] = _mm_packs_epi32(s2_27_6, s2_27_7); in FDCT32x32_2D() 575 step3[10] = _mm_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D() 576 step3[11] = _mm_packs_epi32(s3_11_6, s3_11_7); in FDCT32x32_2D() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 146 const __m128i x0 = _mm_packs_epi32(w0, w1); in vp9_fdct4x4_sse2() 147 const __m128i x1 = _mm_packs_epi32(w2, w3); in vp9_fdct4x4_sse2() 192 const __m128i x0 = _mm_packs_epi32(w0, w1); in vp9_fdct4x4_sse2() 193 const __m128i x1 = _mm_packs_epi32(w2, w3); in vp9_fdct4x4_sse2() 295 in[0] = _mm_packs_epi32(u[0], u[1]); in fdct4_sse2() 296 in[1] = _mm_packs_epi32(u[2], u[3]); in fdct4_sse2() 343 in[0] = _mm_packs_epi32(u[0], u[2]); in fadst4_sse2() 344 in[1] = _mm_packs_epi32(u[1], u[3]); in fadst4_sse2() 468 res0 = _mm_packs_epi32(w0, w1); in vp9_fdct8x8_sse2() 469 res4 = _mm_packs_epi32(w2, w3); in vp9_fdct8x8_sse2() [all …]
|
D | vp9_dct_avx2.c | 84 const __m128i res0 = _mm_packs_epi32(w0, w2); in vp9_fdct4x4_avx2() 85 const __m128i res1 = _mm_packs_epi32(w4, w6); in vp9_fdct4x4_avx2() 194 in[0] = _mm_packs_epi32(u[0], u[1]); in fdct4_avx2() 195 in[1] = _mm_packs_epi32(u[2], u[3]); in fdct4_avx2() 242 in[0] = _mm_packs_epi32(u[0], u[2]); in fadst4_avx2() 243 in[1] = _mm_packs_epi32(u[1], u[3]); in fadst4_avx2() 367 res0 = _mm_packs_epi32(w0, w1); in vp9_fdct8x8_avx2() 368 res4 = _mm_packs_epi32(w2, w3); in vp9_fdct8x8_avx2() 369 res2 = _mm_packs_epi32(w4, w5); in vp9_fdct8x8_avx2() 370 res6 = _mm_packs_epi32(w6, w7); in vp9_fdct8x8_avx2() [all …]
|
D | vp9_dct32x32_sse2.c | 379 step2[20] = _mm_packs_epi32(s2_20_6, s2_20_7); in FDCT32x32_2D() 380 step2[21] = _mm_packs_epi32(s2_21_6, s2_21_7); in FDCT32x32_2D() 381 step2[22] = _mm_packs_epi32(s2_22_6, s2_22_7); in FDCT32x32_2D() 382 step2[23] = _mm_packs_epi32(s2_23_6, s2_23_7); in FDCT32x32_2D() 383 step2[24] = _mm_packs_epi32(s2_24_6, s2_24_7); in FDCT32x32_2D() 384 step2[25] = _mm_packs_epi32(s2_25_6, s2_25_7); in FDCT32x32_2D() 385 step2[26] = _mm_packs_epi32(s2_26_6, s2_26_7); in FDCT32x32_2D() 386 step2[27] = _mm_packs_epi32(s2_27_6, s2_27_7); in FDCT32x32_2D() 572 step3[10] = _mm_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D() 573 step3[11] = _mm_packs_epi32(s3_11_6, s3_11_7); in FDCT32x32_2D() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_itrans_recon_sse42_intr.c | 241 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_sse42() 242 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42() 332 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_sse42() 333 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42() 567 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_sse42() 568 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_sse42() 659 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_sse42() 660 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_sse42() 969 m_temp_reg_50 = _mm_packs_epi32(m_temp_reg_62, m_temp_reg_63); in ihevc_itrans_recon_8x8_sse42() 970 m_temp_reg_57 = _mm_packs_epi32(m_temp_reg_66, m_temp_reg_63); in ihevc_itrans_recon_8x8_sse42() [all …]
|
D | ihevc_itrans_recon_ssse3_intr.c | 290 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3() 291 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_ssse3() 428 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_ssse3() 429 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_ssse3() 700 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ssse3() 701 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ssse3() 827 m_temp_reg_20 = _mm_packs_epi32(m_temp_reg_20, m_temp_reg_21); in ihevc_itrans_recon_4x4_ssse3() 828 m_temp_reg_21 = _mm_packs_epi32(m_temp_reg_22, m_temp_reg_23); in ihevc_itrans_recon_4x4_ssse3() 1148 m_temp_reg_50 = _mm_packs_epi32(m_temp_reg_62, m_temp_reg_63); in ihevc_itrans_recon_8x8_ssse3() 1149 m_temp_reg_57 = _mm_packs_epi32(m_temp_reg_66, m_temp_reg_63); in ihevc_itrans_recon_8x8_ssse3() [all …]
|
D | ihevc_weighted_pred_sse42_intr.c | 241 src_temp0_4x32b = _mm_packs_epi32(src_temp0_4x32b, src_temp4_4x32b); in ihevc_weighted_pred_uni_sse42() 242 src_temp1_4x32b = _mm_packs_epi32(src_temp1_4x32b, src_temp5_4x32b); in ihevc_weighted_pred_uni_sse42() 243 src_temp2_4x32b = _mm_packs_epi32(src_temp2_4x32b, src_temp6_4x32b); in ihevc_weighted_pred_uni_sse42() 244 src_temp3_4x32b = _mm_packs_epi32(src_temp3_4x32b, src_temp7_4x32b); in ihevc_weighted_pred_uni_sse42() 321 src_temp0_4x32b = _mm_packs_epi32(src_temp0_4x32b, src_temp1_4x32b); in ihevc_weighted_pred_uni_sse42() 322 src_temp2_4x32b = _mm_packs_epi32(src_temp2_4x32b, src_temp3_4x32b); in ihevc_weighted_pred_uni_sse42() 554 src_temp0_4x32b = _mm_packs_epi32 (src_temp0_4x32b, src_temp2_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 555 src_temp1_4x32b = _mm_packs_epi32 (src_temp1_4x32b, src_temp3_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 556 src_temp4_4x32b = _mm_packs_epi32 (src_temp4_4x32b, src_temp6_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 557 src_temp5_4x32b = _mm_packs_epi32 (src_temp5_4x32b, src_temp7_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() [all …]
|
D | ihevc_itrans_recon_16x16_ssse3_intr.c | 887 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 911 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 934 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 957 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 980 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 1004 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 1027 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 1048 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 1098 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() 1124 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_ssse3() [all …]
|
D | ihevc_16x16_itrans_recon_sse42_intr.c | 883 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 907 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 930 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 953 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 976 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 1000 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 1023 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 1044 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 1094 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() 1120 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_16x16_sse42() [all …]
|
D | ihevc_itrans_recon_32x32_ssse3_intr.c | 1851 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1881 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1911 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1940 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1969 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1999 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 2028 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 2058 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 2087 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 2115 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() [all …]
|
D | ihevc_32x32_itrans_recon_sse42_intr.c | 1840 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1870 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1900 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1929 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1958 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1988 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 2017 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 2047 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 2076 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 2104 m_temp_reg_30 = _mm_packs_epi32(m_temp_reg_30, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() [all …]
|
D | ihevc_weighted_pred_ssse3_intr.c | 230 res_temp0_4x32b = _mm_packs_epi32(res_temp0_4x32b, res_temp4_4x32b); in ihevc_weighted_pred_uni_ssse3() 231 res_temp1_4x32b = _mm_packs_epi32(res_temp1_4x32b, res_temp5_4x32b); in ihevc_weighted_pred_uni_ssse3() 232 res_temp2_4x32b = _mm_packs_epi32(res_temp2_4x32b, res_temp6_4x32b); in ihevc_weighted_pred_uni_ssse3() 233 res_temp3_4x32b = _mm_packs_epi32(res_temp3_4x32b, res_temp7_4x32b); in ihevc_weighted_pred_uni_ssse3() 311 res_temp0_4x32b = _mm_packs_epi32(res_temp0_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_uni_ssse3() 312 res_temp2_4x32b = _mm_packs_epi32(res_temp2_4x32b, res_temp3_4x32b); in ihevc_weighted_pred_uni_ssse3() 522 res_temp0_4x32b = _mm_packs_epi32(res_temp0_4x32b, res_temp2_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 523 res_temp1_4x32b = _mm_packs_epi32(res_temp1_4x32b, res_temp3_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 524 res_temp4_4x32b = _mm_packs_epi32(res_temp4_4x32b, res_temp6_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 525 res_temp5_4x32b = _mm_packs_epi32(res_temp5_4x32b, res_temp7_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_ssse3.c | 123 s[8] = _mm_packs_epi32(u[0], u[1]); in idct16_8col() 124 s[15] = _mm_packs_epi32(u[2], u[3]); in idct16_8col() 125 s[9] = _mm_packs_epi32(u[4], u[5]); in idct16_8col() 126 s[14] = _mm_packs_epi32(u[6], u[7]); in idct16_8col() 127 s[10] = _mm_packs_epi32(u[8], u[9]); in idct16_8col() 128 s[13] = _mm_packs_epi32(u[10], u[11]); in idct16_8col() 129 s[11] = _mm_packs_epi32(u[12], u[13]); in idct16_8col() 130 s[12] = _mm_packs_epi32(u[14], u[15]); in idct16_8col() 169 t[4] = _mm_packs_epi32(u[0], u[1]); in idct16_8col() 170 t[7] = _mm_packs_epi32(u[2], u[3]); in idct16_8col() [all …]
|
D | vp9_idct_intrin_sse2.c | 65 input0 = _mm_packs_epi32(input0, input1); in vp9_idct4x4_16_add_sse2() 66 input1 = _mm_packs_epi32(input2, input3); in vp9_idct4x4_16_add_sse2() 104 input0 = _mm_packs_epi32(input0, input2); in vp9_idct4x4_16_add_sse2() 105 input1 = _mm_packs_epi32(input1, input3); in vp9_idct4x4_16_add_sse2() 205 u[0] = _mm_packs_epi32(v[0], v[1]); in idct4_sse2() 206 u[1] = _mm_packs_epi32(v[3], v[2]); in idct4_sse2() 259 in[0] = _mm_packs_epi32(u[0], u[1]); in iadst4_sse2() 260 in[1] = _mm_packs_epi32(u[2], u[3]); in iadst4_sse2() 417 res0 = _mm_packs_epi32(tmp0, tmp1); \ 418 res1 = _mm_packs_epi32(tmp2, tmp3); \ [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 167 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks() 168 cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_masks() 184 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks() 185 cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_masks() 207 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_mask_linear() 208 __m128i cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_mask_linear() 233 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in sign_bits4() 234 __m128i cstep23 = _mm_packs_epi32(cstep2, cstep3); in sign_bits4() 323 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_3_16() 336 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_3_16() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 167 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks() 168 cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_masks() 184 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks() 185 cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_masks() 207 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_mask_linear() 208 __m128i cstep23 = _mm_packs_epi32(cstep2, cstep3); in build_mask_linear() 233 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in sign_bits4() 234 __m128i cstep23 = _mm_packs_epi32(cstep2, cstep3); in sign_bits4() 323 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_3_16() 336 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_3_16() [all …]
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 70 input0 = _mm_packs_epi32(input0, input1); in vp9_idct4x4_16_add_sse2() 71 input1 = _mm_packs_epi32(input2, input3); in vp9_idct4x4_16_add_sse2() 109 input0 = _mm_packs_epi32(input0, input2); in vp9_idct4x4_16_add_sse2() 110 input1 = _mm_packs_epi32(input1, input3); in vp9_idct4x4_16_add_sse2() 210 u[0] = _mm_packs_epi32(v[0], v[1]); in idct4_sse2() 211 u[1] = _mm_packs_epi32(v[3], v[2]); in idct4_sse2() 264 in[0] = _mm_packs_epi32(u[0], u[1]); in iadst4_sse2() 265 in[1] = _mm_packs_epi32(u[2], u[3]); in iadst4_sse2() 431 res0 = _mm_packs_epi32(tmp0, tmp1); \ 432 res1 = _mm_packs_epi32(tmp2, tmp3); \ [all …]
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | yuv_sse2.c | 109 const __m128i tmp1 = _mm_packs_epi32(tmp0, tmp0); in YuvToRgbSSE2() 119 const __m128i tmp2 = _mm_packs_epi32(tmp1, tmp1); in YuvToBgrSSE2() 138 const __m128i tmp1_1 = _mm_packs_epi32(tmp0_1, tmp0_2); in VP8YuvToRgba32() 139 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4); in VP8YuvToRgba32() 154 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in VP8YuvToBgra32() 205 const __m128i tmp1_1 = _mm_packs_epi32(tmp0_1, tmp0_2); in YuvToRgbaRowSSE2() 206 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4); in YuvToRgbaRowSSE2() 235 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in YuvToBgraRowSSE2() 259 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in YuvToArgbRowSSE2()
|
/external/webp/src/dsp/ |
D | yuv_sse2.c | 109 const __m128i tmp1 = _mm_packs_epi32(tmp0, tmp0); in YuvToRgbSSE2() 119 const __m128i tmp2 = _mm_packs_epi32(tmp1, tmp1); in YuvToBgrSSE2() 138 const __m128i tmp1_1 = _mm_packs_epi32(tmp0_1, tmp0_2); in VP8YuvToRgba32() 139 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4); in VP8YuvToRgba32() 154 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in VP8YuvToBgra32() 205 const __m128i tmp1_1 = _mm_packs_epi32(tmp0_1, tmp0_2); in YuvToRgbaRowSSE2() 206 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4); in YuvToRgbaRowSSE2() 235 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in YuvToBgraRowSSE2() 259 const __m128i tmp2_1 = _mm_packs_epi32(tmp1_1, tmp1_2); in YuvToArgbRowSSE2()
|
/external/chromium_org/skia/ext/ |
D | convolver_SSE2.cc | 133 accum = _mm_packs_epi32(accum, zero); in ConvolveHorizontally_SSE2() 238 accum0 = _mm_packs_epi32(accum0, zero); in Convolve4RowsHorizontally_SSE2() 241 accum1 = _mm_packs_epi32(accum1, zero); in Convolve4RowsHorizontally_SSE2() 244 accum2 = _mm_packs_epi32(accum2, zero); in Convolve4RowsHorizontally_SSE2() 247 accum3 = _mm_packs_epi32(accum3, zero); in Convolve4RowsHorizontally_SSE2() 336 accum0 = _mm_packs_epi32(accum0, accum1); in ConvolveVertically_SSE2() 338 accum2 = _mm_packs_epi32(accum2, accum3); in ConvolveVertically_SSE2() 406 accum0 = _mm_packs_epi32(accum0, accum1); in ConvolveVertically_SSE2() 408 accum2 = _mm_packs_epi32(accum2, zero); in ConvolveVertically_SSE2()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapFilter_opts_SSE2.cpp | 96 accumInt = _mm_packs_epi32(accumInt, _mm_setzero_si128()); in highQualityFilter_SSE2() 229 accum = _mm_packs_epi32(accum, zero); in convolveHorizontally_SSE2() 334 accum0 = _mm_packs_epi32(accum0, zero); in convolve4RowsHorizontally_SSE2() 337 accum1 = _mm_packs_epi32(accum1, zero); in convolve4RowsHorizontally_SSE2() 340 accum2 = _mm_packs_epi32(accum2, zero); in convolve4RowsHorizontally_SSE2() 343 accum3 = _mm_packs_epi32(accum3, zero); in convolve4RowsHorizontally_SSE2() 432 accum0 = _mm_packs_epi32(accum0, accum1); in convolveVertically_SSE2() 434 accum2 = _mm_packs_epi32(accum2, accum3); in convolveVertically_SSE2() 502 accum0 = _mm_packs_epi32(accum0, accum1); in convolveVertically_SSE2() 504 accum2 = _mm_packs_epi32(accum2, zero); in convolveVertically_SSE2()
|
D | SkBlitRow_opts_SSE2.cpp | 893 __m128i r = _mm_packs_epi32(r1, r2); in S32_D565_Opaque_SSE2() 902 __m128i g = _mm_packs_epi32(g1, g2); in S32_D565_Opaque_SSE2() 911 __m128i b = _mm_packs_epi32(b1, b2); in S32_D565_Opaque_SSE2() 987 __m128i sa = _mm_packs_epi32(sa1, sa2); in S32A_D565_Opaque_SSE2() 994 __m128i sr = _mm_packs_epi32(sr1, sr2); in S32A_D565_Opaque_SSE2() 1001 __m128i sg = _mm_packs_epi32(sg1, sg2); in S32A_D565_Opaque_SSE2() 1008 __m128i sb = _mm_packs_epi32(sb1, sb2); in S32A_D565_Opaque_SSE2() 1108 __m128i sr = _mm_packs_epi32(sr1, sr2); in S32_D565_Opaque_Dither_SSE2() 1121 __m128i sg = _mm_packs_epi32(sg1, sg2); in S32_D565_Opaque_Dither_SSE2() 1134 __m128i sb = _mm_packs_epi32(sb1, sb2); in S32_D565_Opaque_Dither_SSE2() [all …]
|
/external/skia/src/opts/ |
D | SkBitmapFilter_opts_SSE2.cpp | 297 accum = _mm_packs_epi32(accum, zero); in convolveHorizontally_SSE2() 402 accum0 = _mm_packs_epi32(accum0, zero); in convolve4RowsHorizontally_SSE2() 405 accum1 = _mm_packs_epi32(accum1, zero); in convolve4RowsHorizontally_SSE2() 408 accum2 = _mm_packs_epi32(accum2, zero); in convolve4RowsHorizontally_SSE2() 411 accum3 = _mm_packs_epi32(accum3, zero); in convolve4RowsHorizontally_SSE2() 500 accum0 = _mm_packs_epi32(accum0, accum1); in convolveVertically_SSE2() 502 accum2 = _mm_packs_epi32(accum2, accum3); in convolveVertically_SSE2() 570 accum0 = _mm_packs_epi32(accum0, accum1); in convolveVertically_SSE2() 572 accum2 = _mm_packs_epi32(accum2, zero); in convolveVertically_SSE2()
|
D | SkBlitRow_opts_SSE2.cpp | 893 __m128i r = _mm_packs_epi32(r1, r2); in S32_D565_Opaque_SSE2() 902 __m128i g = _mm_packs_epi32(g1, g2); in S32_D565_Opaque_SSE2() 911 __m128i b = _mm_packs_epi32(b1, b2); in S32_D565_Opaque_SSE2() 987 __m128i sa = _mm_packs_epi32(sa1, sa2); in S32A_D565_Opaque_SSE2() 994 __m128i sr = _mm_packs_epi32(sr1, sr2); in S32A_D565_Opaque_SSE2() 1001 __m128i sg = _mm_packs_epi32(sg1, sg2); in S32A_D565_Opaque_SSE2() 1008 __m128i sb = _mm_packs_epi32(sb1, sb2); in S32A_D565_Opaque_SSE2() 1108 __m128i sr = _mm_packs_epi32(sr1, sr2); in S32_D565_Opaque_Dither_SSE2() 1121 __m128i sg = _mm_packs_epi32(sg1, sg2); in S32_D565_Opaque_Dither_SSE2() 1134 __m128i sb = _mm_packs_epi32(sb1, sb2); in S32_D565_Opaque_Dither_SSE2() [all …]
|