/external/skia/src/opts/ |
D | SkPMFloat_SSE2.h | 31 fix8_16 = _mm_packus_epi16(fix8_32, fix8_32), in roundClamp() 32 fix8 = _mm_packus_epi16(fix8_16, fix8_16); in roundClamp() 41 fix8_16 = _mm_packus_epi16(fix8_32, fix8_32), in trunc() 42 fix8 = _mm_packus_epi16(fix8_16, fix8_16); in trunc() 73 __m128i c3210 = _mm_packus_epi16(_mm_packus_epi16(c0, c1), in RoundClampTo4PMColors() 74 _mm_packus_epi16(c2, c3)); in RoundClampTo4PMColors()
|
D | SkPMFloat_SSSE3.h | 41 fix8_16 = _mm_packus_epi16(fix8_32, fix8_32), in roundClamp() 42 fix8 = _mm_packus_epi16(fix8_16, fix8_16); in roundClamp() 76 __m128i c3210 = _mm_packus_epi16(_mm_packus_epi16(c0, c1), in RoundClampTo4PMColors() 77 _mm_packus_epi16(c2, c3)); in RoundClampTo4PMColors()
|
D | SkBitmapFilter_opts_SSE2.cpp | 163 accum = _mm_packus_epi16(accum, zero); in convolveHorizontally_SSE2() 267 accum0 = _mm_packus_epi16(accum0, zero); in convolve4RowsHorizontally_SSE2() 270 accum1 = _mm_packus_epi16(accum1, zero); in convolve4RowsHorizontally_SSE2() 273 accum2 = _mm_packus_epi16(accum2, zero); in convolve4RowsHorizontally_SSE2() 276 accum3 = _mm_packus_epi16(accum3, zero); in convolve4RowsHorizontally_SSE2() 370 accum0 = _mm_packus_epi16(accum0, accum2); in convolveVertically_SSE2() 438 accum0 = _mm_packus_epi16(accum0, accum2); in convolveVertically_SSE2()
|
D | SkBitmapProcState_opts_SSSE3.cpp | 464 sum0 = _mm_packus_epi16(sum0, sum1); in S32_generic_D32_filter_DX_SSSE3() 491 sum = _mm_packus_epi16(sum, zero); in S32_generic_D32_filter_DX_SSSE3() 538 sum0 = _mm_packus_epi16(sum0, sum1); in S32_generic_D32_filter_DX_SSSE3() 572 sum0 = _mm_packus_epi16(sum0, zero); in S32_generic_D32_filter_DX_SSSE3() 645 sum0 = _mm_packus_epi16(sum0, _mm_setzero_si128()); in S32_generic_D32_filter_DXDY_SSSE3() 703 sum0 = _mm_packus_epi16(sum0, _mm_setzero_si128()); in S32_generic_D32_filter_DXDY_SSSE3()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 235 res_temp0_4x32b = _mm_packus_epi16(res_temp0_4x32b, res_temp0_4x32b); in ihevc_weighted_pred_uni_ssse3() 236 res_temp1_4x32b = _mm_packus_epi16(res_temp1_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_uni_ssse3() 237 res_temp2_4x32b = _mm_packus_epi16(res_temp2_4x32b, res_temp2_4x32b); in ihevc_weighted_pred_uni_ssse3() 238 res_temp3_4x32b = _mm_packus_epi16(res_temp3_4x32b, res_temp3_4x32b); in ihevc_weighted_pred_uni_ssse3() 315 res_temp0_4x32b = _mm_packus_epi16(res_temp0_4x32b, res_temp2_4x32b); in ihevc_weighted_pred_uni_ssse3() 527 res_temp0_4x32b = _mm_packus_epi16(res_temp0_4x32b, res_temp4_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 528 res_temp1_4x32b = _mm_packus_epi16(res_temp1_4x32b, res_temp5_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 592 res_temp0_4x32b = _mm_packus_epi16(res_temp0_4x32b, res_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 593 res_temp1_4x32b = _mm_packus_epi16(res_temp1_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 647 res_temp0_4x32b = _mm_packus_epi16(res_temp0_4x32b, res_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() [all …]
|
D | ihevc_weighted_pred_sse42_intr.c | 246 src_temp0_4x32b = _mm_packus_epi16(src_temp0_4x32b, src_temp0_4x32b); in ihevc_weighted_pred_uni_sse42() 247 src_temp1_4x32b = _mm_packus_epi16(src_temp1_4x32b, src_temp1_4x32b); in ihevc_weighted_pred_uni_sse42() 248 src_temp2_4x32b = _mm_packus_epi16(src_temp2_4x32b, src_temp2_4x32b); in ihevc_weighted_pred_uni_sse42() 249 src_temp3_4x32b = _mm_packus_epi16(src_temp3_4x32b, src_temp3_4x32b); in ihevc_weighted_pred_uni_sse42() 325 src_temp0_4x32b = _mm_packus_epi16(src_temp0_4x32b, src_temp2_4x32b); in ihevc_weighted_pred_uni_sse42() 559 src_temp0_4x32b = _mm_packus_epi16 (src_temp0_4x32b, src_temp4_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 560 src_temp1_4x32b = _mm_packus_epi16 (src_temp1_4x32b, src_temp5_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 669 src_temp8_4x32b = _mm_packus_epi16 (src_temp8_4x32b, src_temp12_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 670 src_temp9_4x32b = _mm_packus_epi16 (src_temp9_4x32b, src_temp13_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 798 src_temp0_4x32b = _mm_packus_epi16 (src_temp0_4x32b, src_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() [all …]
|
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 248 res_temp1_8x16b = _mm_packus_epi16(res_temp1_8x16b, zero_8x16b); in ihevc_intra_pred_chroma_planar_ssse3() 1296 src_temp1_8x16b = _mm_packus_epi16(src_temp1_8x16b, zero_8x16b); /* col=0*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1297 src_temp2_8x16b = _mm_packus_epi16(src_temp2_8x16b, zero_8x16b); /* col=1*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1298 src_temp3_8x16b = _mm_packus_epi16(src_temp3_8x16b, zero_8x16b); /* col=2*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1299 src_temp4_8x16b = _mm_packus_epi16(src_temp4_8x16b, zero_8x16b); /* col=3*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1482 src_temp1_8x16b = _mm_packus_epi16(src_temp1_8x16b, zero_8x16b); /* col=0*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1483 src_temp2_8x16b = _mm_packus_epi16(src_temp2_8x16b, zero_8x16b); /* col=1*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1484 src_temp3_8x16b = _mm_packus_epi16(src_temp3_8x16b, zero_8x16b); /* col=2*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1485 src_temp4_8x16b = _mm_packus_epi16(src_temp4_8x16b, zero_8x16b); /* col=3*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() 1493 src_temp11_8x16b = _mm_packus_epi16(src_temp11_8x16b, zero_8x16b); /* col=5*/ in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() [all …]
|
D | ihevc_intra_pred_filters_sse42_intr.c | 289 src_temp1 = _mm_packus_epi16(src_temp1, src_temp4); in ihevc_intra_pred_ref_filtering_sse42() 565 src_temp2 = _mm_packus_epi16(src_temp2, zero_8x16b); in ihevc_intra_pred_luma_dc_sse42() 629 src_temp2 = _mm_packus_epi16(src_temp2, zero_8x16b); in ihevc_intra_pred_luma_dc_sse42() 707 src_temp2 = _mm_packus_epi16(src_temp2, src_temp10); in ihevc_intra_pred_luma_dc_sse42() 828 src_temp2 = _mm_packus_epi16(src_temp2, src_temp6); in ihevc_intra_pred_luma_dc_sse42() 829 src_temp10 = _mm_packus_epi16(src_temp9, src_temp10); in ihevc_intra_pred_luma_dc_sse42() 1064 src_temp3 = _mm_packus_epi16(src_temp3, zero_8x16b); in ihevc_intra_pred_luma_horz_sse42() 1085 src_temp10 = _mm_packus_epi16(src_temp3, zero_8x16b); in ihevc_intra_pred_luma_horz_sse42() 1117 src_temp3 = _mm_packus_epi16(src_temp3, src_temp10); in ihevc_intra_pred_luma_horz_sse42() 1533 src_temp1_8x16b = _mm_packus_epi16(src_temp1_8x16b, src_temp3_8x16b); /* col=0*/ in ihevc_intra_pred_luma_mode_3_to_9_sse42() [all …]
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 575 src_temp1 = _mm_packus_epi16(src_temp1, src_temp4); in ihevc_intra_pred_ref_filtering_ssse3() 779 res_temp_8x16b = _mm_packus_epi16(res_temp_8x16b, res_temp1_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 780 res_temp1_8x16b = _mm_packus_epi16(res_temp2_8x16b, res_temp3_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 857 res_temp_8x16b = _mm_packus_epi16(res_temp_8x16b, res_temp2_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 858 res_temp1_8x16b = _mm_packus_epi16(res_temp1_8x16b, res_temp3_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 935 res_temp_8x16b = _mm_packus_epi16(res_temp_8x16b, zero_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 936 res_temp1_8x16b = _mm_packus_epi16(res_temp1_8x16b, zero_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 937 res_temp2_8x16b = _mm_packus_epi16(res_temp2_8x16b, zero_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 938 res_temp3_8x16b = _mm_packus_epi16(res_temp3_8x16b, zero_8x16b); in ihevc_intra_pred_luma_planar_ssse3() 1005 res_temp1_8x16b = _mm_packus_epi16(res_temp1_8x16b, zero_8x16b); in ihevc_intra_pred_luma_planar_ssse3() [all …]
|
D | ihevc_deblk_ssse3_intr.c | 162 temp_coef1_8x16b = _mm_packus_epi16(temp_coef1_8x16b, temp_coef1_8x16b); in ihevc_deblk_luma_vert_ssse3() 270 const2_8x16b = _mm_packus_epi16(const2_8x16b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3() 370 src_row0_8x16b = _mm_packus_epi16(src_row0_8x16b, src_row2_8x16b); in ihevc_deblk_luma_vert_ssse3() 371 src_row1_8x16b = _mm_packus_epi16(src_row1_8x16b, src_row3_8x16b); in ihevc_deblk_luma_vert_ssse3() 522 src_row2_8x16b = _mm_packus_epi16(src_row2_8x16b, src_row3_8x16b); in ihevc_deblk_luma_vert_ssse3() 523 src_row0_8x16b = _mm_packus_epi16(src_row0_8x16b, src_row1_8x16b); in ihevc_deblk_luma_vert_ssse3() 622 temp_coef1_8x16b = _mm_packus_epi16(temp_coef1_8x16b, temp_coef1_8x16b); in ihevc_deblk_luma_horz_ssse3() 722 const2_8x16b = _mm_packus_epi16(const2_8x16b, const2_8x16b); in ihevc_deblk_luma_horz_ssse3() 796 temp_pq0_str0_16x8b = _mm_packus_epi16(temp_pq0_str0_16x8b, temp_pq1_str0_16x8b); in ihevc_deblk_luma_horz_ssse3() 797 temp_pq2_str0_16x8b = _mm_packus_epi16(temp_pq2_str0_16x8b, temp_pq2_str0_16x8b); in ihevc_deblk_luma_horz_ssse3() [all …]
|
D | ihevc_inter_pred_filters_ssse3_intr.c | 362 … res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 395 … res_temp15_8x16b = _mm_packus_epi16(res_temp16_8x16b, res_temp16_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 451 … res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 489 … res_temp15_8x16b = _mm_packus_epi16(res_temp16_8x16b, res_temp16_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 553 … res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 609 … res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 647 … res_temp15_8x16b = _mm_packus_epi16(res_temp16_8x16b, res_temp16_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 698 … res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 875 s9_8x16b = _mm_packus_epi16(s8_8x16b, zero_8x16b); in ihevc_inter_pred_luma_vert_ssse3() 906 s29_8x16b = _mm_packus_epi16(s28_8x16b, zero_8x16b); in ihevc_inter_pred_luma_vert_ssse3() [all …]
|
D | ihevc_sao_ssse3_intr.c | 235 cmp_mask = _mm_packus_epi16(cmp_mask, cmp_mask); //cmp_msk=dup16(16); in ihevc_sao_band_offset_luma_ssse3() 244 band_table0_8x16b = _mm_packus_epi16(band_table0_8x16b, band_table1_8x16b); in ihevc_sao_band_offset_luma_ssse3() 245 band_table2_8x16b = _mm_packus_epi16(band_table2_8x16b, band_table3_8x16b); in ihevc_sao_band_offset_luma_ssse3() 248 … band_pos_16x8b = _mm_packus_epi16(band_pos_16x8b, band_pos_16x8b); //band_pos is now 8 bit aligned in ihevc_sao_band_offset_luma_ssse3() 563 band_table0_16x8b = _mm_packus_epi16(band_table0_16x8b, band_table1_16x8b); in ihevc_sao_band_offset_chroma_ssse3() 564 band_table2_16x8b = _mm_packus_epi16(band_table2_16x8b, band_table3_16x8b); in ihevc_sao_band_offset_chroma_ssse3() 641 band_table1_16x8b = _mm_packus_epi16(temp0_8x16b, band_table1_16x8b); in ihevc_sao_band_offset_chroma_ssse3() 642 band_table3_16x8b = _mm_packus_epi16(temp2_8x16b, band_table3_16x8b); in ihevc_sao_band_offset_chroma_ssse3() 654 cmp_mask = _mm_packus_epi16(cmp_mask, cmp_mask); //cmp_msk=dup16(16); in ihevc_sao_band_offset_chroma_ssse3() 658 …band_pos_u_16x8b = _mm_packus_epi16(band_pos_u_16x8b, band_pos_u_16x8b); //band_pos_u is now 8 bit… in ihevc_sao_band_offset_chroma_ssse3() [all …]
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_dc_ssse3.c | 157 temp4 = _mm_packus_epi16(temp4,temp5); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 322 temp1 = _mm_packus_epi16(temp1, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 323 temp2 = _mm_packus_epi16(temp2, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 324 temp3 = _mm_packus_epi16(temp3, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 325 temp4 = _mm_packus_epi16(temp4, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 326 temp5 = _mm_packus_epi16(temp5, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 327 temp6 = _mm_packus_epi16(temp6, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 328 temp7 = _mm_packus_epi16(temp7, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 329 temp8 = _mm_packus_epi16(temp8, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 438 pred_r0 = _mm_packus_epi16(pred_r0, pred_r2); in ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3()
|
D | ih264_chroma_intra_pred_filters_ssse3.c | 353 res1_16x8b = _mm_packus_epi16(res1_sh_l_8x16b, res1_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 354 res2_16x8b = _mm_packus_epi16(res2_sh_l_8x16b, res2_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 372 res1_16x8b = _mm_packus_epi16(res1_sh_l_8x16b, res1_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 373 res2_16x8b = _mm_packus_epi16(res2_sh_l_8x16b, res2_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 391 res1_16x8b = _mm_packus_epi16(res1_sh_l_8x16b, res1_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 392 res2_16x8b = _mm_packus_epi16(res2_sh_l_8x16b, res2_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 410 res1_16x8b = _mm_packus_epi16(res1_sh_l_8x16b, res1_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 411 res2_16x8b = _mm_packus_epi16(res2_sh_l_8x16b, res2_sh_h_8x16b); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
|
D | ih264_luma_intra_pred_filters_ssse3.c | 356 res_16x8b = _mm_packus_epi16(res1_8x16b, res1_8x16b); in ih264_intra_pred_luma_4x4_mode_diag_dl_ssse3() 438 res1_16x8b = _mm_packus_epi16(res1_8x16b, res1_8x16b); in ih264_intra_pred_luma_4x4_mode_diag_dr_ssse3() 531 row4_16x8b = _mm_packus_epi16(w121_sh_8x16b, w121_sh_8x16b); in ih264_intra_pred_luma_4x4_mode_vert_r_ssse3() 622 w121_16x8b = _mm_packus_epi16(w121_a1_8x16b, w121_a1_8x16b); in ih264_intra_pred_luma_4x4_mode_horz_d_ssse3() 716 row2_16x8b = _mm_packus_epi16(w121_a1_8x16b, w121_a1_8x16b); in ih264_intra_pred_luma_4x4_mode_vert_l_ssse3() 811 w121_16x8b = _mm_packus_epi16(w121_a1_8x16b, w121_a1_8x16b); in ih264_intra_pred_luma_4x4_mode_horz_u_ssse3() 1128 out_15x16 = _mm_packus_epi16(res1_8x16, res2_8x16); in ih264_intra_pred_luma_8x8_mode_diag_dl_ssse3() 1230 out_15x16 = _mm_packus_epi16(res1_8x16, res2_8x16); in ih264_intra_pred_luma_8x8_mode_diag_dr_ssse3() 1335 str_8x8 = _mm_packus_epi16(res3_8x16, zero); in ih264_intra_pred_luma_8x8_mode_vert_r_ssse3() 1340 out1_16x16 = _mm_packus_epi16(temp1, res2_8x16); in ih264_intra_pred_luma_8x8_mode_vert_r_ssse3() [all …]
|
D | ih264_weighted_pred_sse42.c | 431 y_0_16x8b = _mm_packus_epi16(y_0_8x16b, y_2_8x16b); in ih264_weighted_pred_luma_sse42() 483 y_0_16x8b = _mm_packus_epi16(y_0_8x16b, y_1_8x16b); in ih264_weighted_pred_luma_sse42() 484 y_2_16x8b = _mm_packus_epi16(y_2_8x16b, y_3_8x16b); in ih264_weighted_pred_luma_sse42() 559 y_0_16x8b = _mm_packus_epi16(y_0L_8x16b, y_0H_8x16b); in ih264_weighted_pred_luma_sse42() 560 y_1_16x8b = _mm_packus_epi16(y_1L_8x16b, y_1H_8x16b); in ih264_weighted_pred_luma_sse42() 561 y_2_16x8b = _mm_packus_epi16(y_2L_8x16b, y_2H_8x16b); in ih264_weighted_pred_luma_sse42() 562 y_3_16x8b = _mm_packus_epi16(y_3L_8x16b, y_3H_8x16b); in ih264_weighted_pred_luma_sse42() 655 y_0_16x8b = _mm_packus_epi16(y_0_8x16b, y_0_8x16b); in ih264_weighted_pred_chroma_sse42() 691 y_0_16x8b = _mm_packus_epi16(y_0_8x16b, y_1_8x16b); in ih264_weighted_pred_chroma_sse42() 764 y_0_16x8b = _mm_packus_epi16(y_0L_8x16b, y_0H_8x16b); in ih264_weighted_pred_chroma_sse42() [all …]
|
D | ih264_deblk_luma_ssse3.c | 336 p0_16x8_1 = _mm_packus_epi16(p0_16x8_1, temp1); in ih264_deblk_luma_vert_bs4_ssse3() 337 q0_16x8_1 = _mm_packus_epi16(q0_16x8_1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 346 p1_16x8_2 = _mm_packus_epi16(p1_16x8_2, temp1); in ih264_deblk_luma_vert_bs4_ssse3() 347 q1_16x8_2 = _mm_packus_epi16(q1_16x8_2, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 362 p0_16x8_2 = _mm_packus_epi16(p0_16x8_2, temp1); in ih264_deblk_luma_vert_bs4_ssse3() 363 q0_16x8_2 = _mm_packus_epi16(q0_16x8_2, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 380 p2_16x8_2 = _mm_packus_epi16(p2_16x8_2, temp1); in ih264_deblk_luma_vert_bs4_ssse3() 381 q2_16x8_2 = _mm_packus_epi16(q2_16x8_2, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 721 p0_16x8_1 = _mm_packus_epi16(p0_16x8_1, temp1); in ih264_deblk_luma_horz_bs4_ssse3() 722 q0_16x8_1 = _mm_packus_epi16(q0_16x8_1, temp2); in ih264_deblk_luma_horz_bs4_ssse3() [all …]
|
D | ih264_inter_pred_filters_ssse3.c | 292 res_r0r1_16x8b = _mm_packus_epi16(res_r0r1_t1_8x16b, res_r0r1_t1_8x16b); in ih264_inter_pred_luma_horz_ssse3() 368 src_r0_16x8b = _mm_packus_epi16(res_r0_t1_8x16b, res_r0_t1_8x16b); in ih264_inter_pred_luma_horz_ssse3() 369 src_r1_16x8b = _mm_packus_epi16(res_r1_t1_8x16b, res_r1_t1_8x16b); in ih264_inter_pred_luma_horz_ssse3() 445 src_r0_16x8b = _mm_packus_epi16(res_r0_t1_8x16b, res_r1_t1_8x16b); in ih264_inter_pred_luma_horz_ssse3() 551 res_16x8b = _mm_packus_epi16(res_t1_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 611 res_16x8b = _mm_packus_epi16(res_t1_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 628 res_16x8b = _mm_packus_epi16(res_t1_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 692 res_16x8b = _mm_packus_epi16(res_t0_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 722 res_16x8b = _mm_packus_epi16(res_t0_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 923 res_16x8b = _mm_packus_epi16(res_8x16b, res_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() [all …]
|
D | ih264_deblk_chroma_ssse3.c | 202 p0_uv_8x16_2 = _mm_packus_epi16(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_ssse3() 203 q0_uv_8x16_2 = _mm_packus_epi16(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_ssse3() 371 p0_uv_8x16_2 = _mm_packus_epi16(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_horz_bs4_ssse3() 372 q0_uv_8x16_2 = _mm_packus_epi16(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_horz_bs4_ssse3() 569 p0_uv_8x16_2 = _mm_packus_epi16(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_vert_bslt4_ssse3() 570 q0_uv_8x16_2 = _mm_packus_epi16(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_vert_bslt4_ssse3() 775 p0_uv_8x16_2 = _mm_packus_epi16(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_horz_bslt4_ssse3() 776 q0_uv_8x16_2 = _mm_packus_epi16(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_horz_bslt4_ssse3() 898 p0_uv_8x16_2 = _mm_packus_epi16(p0_uv_8x16_1, p0_uv_8x16_1); in ih264_deblk_chroma_vert_bs4_mbaff_ssse3() 899 q0_uv_8x16_2 = _mm_packus_epi16(q0_uv_8x16_1, q0_uv_8x16_1); in ih264_deblk_chroma_vert_bs4_mbaff_ssse3() [all …]
|
/external/libmpeg2/common/x86/ |
D | impeg2_idct_recon_sse42_intr.c | 922 m_temp_reg_50 = _mm_packus_epi16(m_temp_reg_50, m_temp_reg_50); in impeg2_idct_recon_sse42() 923 m_temp_reg_51 = _mm_packus_epi16(m_temp_reg_51, m_temp_reg_51); in impeg2_idct_recon_sse42() 924 m_temp_reg_52 = _mm_packus_epi16(m_temp_reg_52, m_temp_reg_52); in impeg2_idct_recon_sse42() 925 m_temp_reg_53 = _mm_packus_epi16(m_temp_reg_53, m_temp_reg_53); in impeg2_idct_recon_sse42() 926 m_temp_reg_54 = _mm_packus_epi16(m_temp_reg_54, m_temp_reg_54); in impeg2_idct_recon_sse42() 927 m_temp_reg_55 = _mm_packus_epi16(m_temp_reg_55, m_temp_reg_55); in impeg2_idct_recon_sse42() 928 m_temp_reg_56 = _mm_packus_epi16(m_temp_reg_56, m_temp_reg_56); in impeg2_idct_recon_sse42() 929 m_temp_reg_57 = _mm_packus_epi16(m_temp_reg_57, m_temp_reg_57); in impeg2_idct_recon_sse42() 1806 m_temp_reg_50 = _mm_packus_epi16(m_temp_reg_50, m_temp_reg_50); in impeg2_idct_recon_sse42() 1807 m_temp_reg_51 = _mm_packus_epi16(m_temp_reg_51, m_temp_reg_51); in impeg2_idct_recon_sse42() [all …]
|
D | impeg2_inter_pred_sse42_intr.c | 503 tmp0 = _mm_packus_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 522 tmp1 = _mm_packus_epi16(tmp1, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 542 tmp0 = _mm_packus_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 562 tmp1 = _mm_packus_epi16(tmp1, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 582 tmp0 = _mm_packus_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 602 tmp1 = _mm_packus_epi16(tmp1, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 622 tmp0 = _mm_packus_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 642 tmp1 = _mm_packus_epi16(tmp1, value_2); in impeg2_mc_halfx_halfy_8x8_sse42()
|
/external/webp/src/dsp/ |
D | yuv_sse2.c | 110 const __m128i tmp2 = _mm_packus_epi16(tmp1, tmp1); in YuvToRgbSSE2() 120 const __m128i tmp3 = _mm_packus_epi16(tmp2, tmp2); in YuvToBgrSSE2() 140 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); in VP8YuvToRgba32() 155 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); in VP8YuvToBgra32() 207 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); in YuvToRgbaRowSSE2() 236 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); in YuvToBgraRowSSE2() 260 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); in YuvToArgbRowSSE2()
|
/external/libhevc/decoder/x86/ |
D | ihevcd_it_rec_dc_sse42_intr.c | 111 m_temp_reg_8 = _mm_packus_epi16(m_temp_reg_6, m_temp_reg_7); in ihevcd_itrans_recon_dc_luma_sse42() 158 m_temp_reg_12 = _mm_packus_epi16(m_temp_reg_8, m_temp_reg_9); in ihevcd_itrans_recon_dc_luma_sse42() 168 m_temp_reg_14 = _mm_packus_epi16(m_temp_reg_10, m_temp_reg_11); in ihevcd_itrans_recon_dc_luma_sse42() 275 m_temp_reg_8 = _mm_packus_epi16(m_temp_reg_6, m_temp_reg_7); in ihevcd_itrans_recon_dc_chroma_sse42() 347 m_temp_reg_4 = _mm_packus_epi16(m_temp_reg_8, m_temp_reg_9); in ihevcd_itrans_recon_dc_chroma_sse42() 348 m_temp_reg_5 = _mm_packus_epi16(m_temp_reg_10, m_temp_reg_11); in ihevcd_itrans_recon_dc_chroma_sse42()
|
D | ihevcd_it_rec_dc_ssse3_intr.c | 112 m_temp_reg_8 = _mm_packus_epi16(m_temp_reg_6, m_temp_reg_7); in ihevcd_itrans_recon_dc_luma_ssse3() 159 m_temp_reg_12 = _mm_packus_epi16(m_temp_reg_8, m_temp_reg_9); in ihevcd_itrans_recon_dc_luma_ssse3() 169 m_temp_reg_14 = _mm_packus_epi16(m_temp_reg_10, m_temp_reg_11); in ihevcd_itrans_recon_dc_luma_ssse3() 275 m_temp_reg_8 = _mm_packus_epi16(m_temp_reg_6, m_temp_reg_7); in ihevcd_itrans_recon_dc_chroma_ssse3() 347 m_temp_reg_4 = _mm_packus_epi16(m_temp_reg_8, m_temp_reg_9); in ihevcd_itrans_recon_dc_chroma_ssse3() 348 m_temp_reg_5 = _mm_packus_epi16(m_temp_reg_10, m_temp_reg_11); in ihevcd_itrans_recon_dc_chroma_ssse3()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_sse2.c | 203 flat2_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 209 flat_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 222 flat2_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 230 flat_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 243 flat2_q2p2 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 252 flat_q2p2 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 262 flat2_q3p3 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 272 flat2_q4p4 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 282 flat2_q5p5 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 292 flat2_q6p6 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() [all …]
|