Home
last modified time | relevance | path

Searched refs:_mm_unpacklo_epi16 (Results 1 – 25 of 80) sorted by relevance

1234

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c140 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3()
142 …temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3()
145 src_r0 = _mm_unpacklo_epi16(src_r0_r1, zero_8x16b); // a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_4x4_ssse3()
147 src_r2 = _mm_unpacklo_epi16(src_r2_r3, zero_8x16b); // a20 0 a21 0 a22 0 a23 0 -- 16 bit long in ih264_iquant_itrans_recon_4x4_ssse3()
249 pred_r0 = _mm_unpacklo_epi16(pred_r0, zero_8x16b); //p00 p01 p02 p03 -- 32 bits sign extended in ih264_iquant_itrans_recon_4x4_ssse3()
250 pred_r1 = _mm_unpacklo_epi16(pred_r1, zero_8x16b); //p10 p11 p12 p13 -- 32 bits sign extended in ih264_iquant_itrans_recon_4x4_ssse3()
251 pred_r2 = _mm_unpacklo_epi16(pred_r2, zero_8x16b); //p20 p21 p22 p23 -- 32 bits sign extended in ih264_iquant_itrans_recon_4x4_ssse3()
252 pred_r3 = _mm_unpacklo_epi16(pred_r3, zero_8x16b); //p30 p31 p32 p33 -- 32 bits sign extended in ih264_iquant_itrans_recon_4x4_ssse3()
415 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
418 …scalemat_r0_1 = _mm_unpacklo_epi16(temp10, zero_8x16b); // b00*q0 0 b01*q1 0 b02*q2 0 b03*q3 0 -- … in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]
Dih264_deblk_chroma_ssse3.c124 temp1 = _mm_unpacklo_epi16(linea, lineb); in ih264_deblk_chroma_vert_bs4_ssse3()
125 temp2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_chroma_vert_bs4_ssse3()
126 temp3 = _mm_unpacklo_epi16(linee, linef); in ih264_deblk_chroma_vert_bs4_ssse3()
127 temp4 = _mm_unpacklo_epi16(lineg, lineh); in ih264_deblk_chroma_vert_bs4_ssse3()
218 temp1 = _mm_unpacklo_epi16(p1_uv_16x8, p0_uv_16x8); in ih264_deblk_chroma_vert_bs4_ssse3()
220 temp3 = _mm_unpacklo_epi16(q0_uv_16x8, q1_uv_16x8); in ih264_deblk_chroma_vert_bs4_ssse3()
473 temp1 = _mm_unpacklo_epi16(linea, lineb); in ih264_deblk_chroma_vert_bslt4_ssse3()
474 temp2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_chroma_vert_bslt4_ssse3()
475 temp3 = _mm_unpacklo_epi16(linee, linef); in ih264_deblk_chroma_vert_bslt4_ssse3()
476 temp4 = _mm_unpacklo_epi16(lineg, lineh); in ih264_deblk_chroma_vert_bslt4_ssse3()
[all …]
Dih264_deblk_luma_ssse3.c127 line1 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3()
129 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
151 line1 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3()
153 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
428 p3_8x16 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3()
430 q2_8x16 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
456 p3_8x16 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3()
458 q2_8x16 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
881 int1 = _mm_unpacklo_epi16(linea, lineb); in ih264_deblk_luma_vert_bslt4_ssse3()
884 int2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_luma_vert_bslt4_ssse3()
[all …]
Dih264_inter_pred_filters_ssse3.c894 src_r0_8x16b = _mm_unpacklo_epi16(src_r0_8x16b, src_r1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
895 src_t1_8x16b = _mm_unpacklo_epi16(src_r2_8x16b, src_r3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
896 src_t2_8x16b = _mm_unpacklo_epi16(src_r4_8x16b, src_r5_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
908 src_r1_8x16b = _mm_unpacklo_epi16(src_r1_8x16b, src_r2_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
909 src_t1_8x16b = _mm_unpacklo_epi16(src_r3_8x16b, src_r4_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
910 src_t2_8x16b = _mm_unpacklo_epi16(src_r5_8x16b, src_r6_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
1087 src_r0r1_8x16b = _mm_unpacklo_epi16(src_r0_8x16b, src_r1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
1088 src_r2r3_8x16b = _mm_unpacklo_epi16(src_r2_8x16b, src_r3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
1089 src_r4r5_8x16b = _mm_unpacklo_epi16(src_r4_8x16b, src_r5_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
1118 src_r0r1_8x16b = _mm_unpacklo_epi16(src_r1_8x16b, src_r2_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
[all …]
Dih264_iquant_itrans_recon_sse42.c139 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
141 …temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
144 src_r0 = _mm_unpacklo_epi16(src_r0_r1, zero_8x16b); // a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_4x4_sse42()
146 src_r2 = _mm_unpacklo_epi16(src_r2_r3, zero_8x16b); // a20 0 a21 0 a22 0 a23 0 -- 16 bit long in ih264_iquant_itrans_recon_4x4_sse42()
390 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_chroma_4x4_sse42()
392 …temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_chroma_4x4_sse42()
395 src_r0 = _mm_unpacklo_epi16(src_r0_r1, zero_8x16b); // a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_chroma_4x4_sse42()
397 src_r2 = _mm_unpacklo_epi16(src_r2_r3, zero_8x16b); // a20 0 a21 0 a22 0 a23 0 -- 16 bit long in ih264_iquant_itrans_recon_chroma_4x4_sse42()
Dih264_resi_trans_quant_sse42.c165 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3 in ih264_resi_trans_quant_4x4_sse42()
166 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //c0 d0 c1 d1 c2 d2 c3 d3 in ih264_resi_trans_quant_4x4_sse42()
203 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1 in ih264_resi_trans_quant_4x4_sse42()
204 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //a2 a3 b2 b3 c2 c3 d2 d3 in ih264_resi_trans_quant_4x4_sse42()
448 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3 in ih264_resi_trans_quant_chroma_4x4_sse42()
449 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //c0 d0 c1 d1 c2 d2 c3 d3 in ih264_resi_trans_quant_chroma_4x4_sse42()
486 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1 in ih264_resi_trans_quant_chroma_4x4_sse42()
487 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //a2 a3 b2 b3 c2 c3 d2 d3 in ih264_resi_trans_quant_chroma_4x4_sse42()
689 src_r0 = _mm_unpacklo_epi16(src_r0_r1, sign_reg); //a0 a1 a2 a3 in ih264_hadamard_quant_4x4_sse42()
692 src_r2 = _mm_unpacklo_epi16(src_r2_r3, sign_reg); //c0 c1 c2 c3 in ih264_hadamard_quant_4x4_sse42()
[all …]
/external/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp83 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolveHorizontally_SSE2()
94 __m128i t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolveHorizontally_SSE2()
106 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolveHorizontally_SSE2()
112 t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolveHorizontally_SSE2()
135 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolveHorizontally_SSE2()
143 __m128i t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolveHorizontally_SSE2()
150 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolveHorizontally_SSE2()
153 t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolveHorizontally_SSE2()
212 coeff16lo = _mm_unpacklo_epi16(coeff16lo, coeff16lo); in convolve4RowsHorizontally_SSE2()
216 coeff16hi = _mm_unpacklo_epi16(coeff16hi, coeff16hi); in convolve4RowsHorizontally_SSE2()
[all …]
/external/libhevc/common/x86/
Dihevc_itrans_recon_ssse3_intr.c172 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_0, m_ge_zero16b_flag_row0); in ihevc_itrans_recon_4x4_ttype1_ssse3()
173 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_1, m_ge_zero16b_flag_row1); in ihevc_itrans_recon_4x4_ttype1_ssse3()
174 m_temp_reg_2 = _mm_unpacklo_epi16(m_temp_reg_2, m_ge_zero16b_flag_row2); in ihevc_itrans_recon_4x4_ttype1_ssse3()
175 m_temp_reg_3 = _mm_unpacklo_epi16(m_temp_reg_3, m_ge_zero16b_flag_row3); in ihevc_itrans_recon_4x4_ttype1_ssse3()
295 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_ttype1_ssse3()
296 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_ssse3()
317 m_temp_reg_20 = _mm_unpacklo_epi16(m_temp_reg_30, m_ge_zero16b_flag_row0); in ihevc_itrans_recon_4x4_ttype1_ssse3()
318 m_temp_reg_21 = _mm_unpacklo_epi16(m_temp_reg_31, m_ge_zero16b_flag_row1); in ihevc_itrans_recon_4x4_ttype1_ssse3()
433 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_ttype1_ssse3()
434 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_ssse3()
[all …]
Dihevc_itrans_recon_sse42_intr.c246 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_ttype1_sse42()
247 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42()
337 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_ttype1_sse42()
338 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42()
572 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_sse42()
573 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_sse42()
664 m_temp_reg_24 = _mm_unpacklo_epi16(m_temp_reg_20, m_temp_reg_22); in ihevc_itrans_recon_4x4_sse42()
665 m_temp_reg_25 = _mm_unpacklo_epi16(m_temp_reg_21, m_temp_reg_23); in ihevc_itrans_recon_4x4_sse42()
885 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_74); in ihevc_itrans_recon_8x8_sse42()
903 m_temp_reg_4 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); in ihevc_itrans_recon_8x8_sse42()
[all …]
Dihevc_weighted_pred_ssse3_intr.c150 lvl_shift_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_uni_ssse3()
191 res_temp0_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, src_temp0_8x16b); in ihevc_weighted_pred_uni_ssse3()
192 res_temp1_4x32b = _mm_unpacklo_epi16(res_temp1_4x32b, src_temp1_8x16b); in ihevc_weighted_pred_uni_ssse3()
193 res_temp2_4x32b = _mm_unpacklo_epi16(res_temp2_4x32b, src_temp2_8x16b); in ihevc_weighted_pred_uni_ssse3()
194 res_temp3_4x32b = _mm_unpacklo_epi16(res_temp3_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_uni_ssse3()
290 res_temp0_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, src_temp0_8x16b); in ihevc_weighted_pred_uni_ssse3()
291 res_temp1_4x32b = _mm_unpacklo_epi16(res_temp1_4x32b, src_temp1_8x16b); in ihevc_weighted_pred_uni_ssse3()
440 lvl_shift_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3()
483 res_temp0_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, src_temp0_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
484 res_temp1_4x32b = _mm_unpacklo_epi16(res_temp1_4x32b, src_temp1_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
[all …]
Dihevc_16x16_itrans_recon_sse42_intr.c235 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_77); //row 0 in ihevc_itrans_recon_16x16_sse42()
253 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_sse42()
403 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); //row 4 and row 12 interleaved LS… in ihevc_itrans_recon_16x16_sse42()
420 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_77); //row 0 in ihevc_itrans_recon_16x16_sse42()
439 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_sse42()
601 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); //row 4 and row 12 interleaved LS… in ihevc_itrans_recon_16x16_sse42()
619 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_74); //row 0 and row 8 interleaved LSB… in ihevc_itrans_recon_16x16_sse42()
634 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_sse42()
636 m_temp_reg_12 = _mm_unpacklo_epi16(m_temp_reg_75, m_temp_reg_77); in ihevc_itrans_recon_16x16_sse42()
855 … m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_71); //row 1 and row 3 L8B in ihevc_itrans_recon_16x16_sse42()
[all …]
Dihevc_itrans_recon_16x16_ssse3_intr.c241 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_77); //row 0 in ihevc_itrans_recon_16x16_ssse3()
259 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_ssse3()
409 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); //row 4 and row 12 interleaved LS… in ihevc_itrans_recon_16x16_ssse3()
426 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_77); //row 0 in ihevc_itrans_recon_16x16_ssse3()
443 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_ssse3()
605 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); //row 4 and row 12 interleaved LS… in ihevc_itrans_recon_16x16_ssse3()
623 …m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_74); //row 0 and row 8 interleaved LSB… in ihevc_itrans_recon_16x16_ssse3()
638 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_16x16_ssse3()
640 m_temp_reg_12 = _mm_unpacklo_epi16(m_temp_reg_75, m_temp_reg_77); in ihevc_itrans_recon_16x16_ssse3()
859 … m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_71); //row 1 and row 3 L8B in ihevc_itrans_recon_16x16_ssse3()
[all …]
Dihevc_32x32_itrans_recon_sse42_intr.c293 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
316 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
352 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
360 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_71, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
604 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
629 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
659 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_72, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
663 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_72, all_zero_reg); in ihevc_itrans_recon_32x32_sse42()
784 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_32x32_sse42()
813 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_32x32_sse42()
[all …]
Dihevc_itrans_recon_32x32_ssse3_intr.c302 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
325 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
362 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
371 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_71, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
615 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
640 m_temp_reg_1 = _mm_unpacklo_epi16(m_temp_reg_70, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
670 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_72, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
674 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_72, all_zero_reg); in ihevc_itrans_recon_32x32_ssse3()
795 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_32x32_ssse3()
823 m_temp_reg_14 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in ihevc_itrans_recon_32x32_ssse3()
[all …]
Dihevc_inter_pred_filters_ssse3_intr.c2684 s3_0_16x8b = _mm_unpacklo_epi16(s2_0_16x8b, s2_1_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2694 s3_1_16x8b = _mm_unpacklo_epi16(s2_2_16x8b, s2_3_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2704 s3_2_16x8b = _mm_unpacklo_epi16(s2_4_16x8b, s2_5_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2714 s3_3_16x8b = _mm_unpacklo_epi16(s2_6_16x8b, s2_7_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2757 s3_4_16x8b = _mm_unpacklo_epi16(s2_8_16x8b, s2_9_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2791 s4_0_16x8b = _mm_unpacklo_epi16(s2_1_16x8b, s2_2_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2795 s4_1_16x8b = _mm_unpacklo_epi16(s2_3_16x8b, s2_4_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2799 s4_2_16x8b = _mm_unpacklo_epi16(s2_5_16x8b, s2_6_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2803 s4_3_16x8b = _mm_unpacklo_epi16(s2_7_16x8b, s2_8_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
2844 s4_4_16x8b = _mm_unpacklo_epi16(s2_9_16x8b, s2_10_16x8b); in ihevc_inter_pred_luma_vert_w16inp_ssse3()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.h22 const __m128i tr0_0 = _mm_unpacklo_epi16(in[0], in[1]); in array_transpose_8x8()
23 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); in array_transpose_8x8()
26 const __m128i tr0_4 = _mm_unpacklo_epi16(in[4], in[5]); in array_transpose_8x8()
27 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); in array_transpose_8x8()
52 const __m128i tr0_0 = _mm_unpacklo_epi16(in0, in1); \
53 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \
60 const __m128i tr0_0 = _mm_unpacklo_epi16(in[0], in[1]); in array_transpose_4X8()
61 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); in array_transpose_4X8()
62 const __m128i tr0_4 = _mm_unpacklo_epi16(in[4], in[5]); in array_transpose_4X8()
63 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); in array_transpose_4X8()
Dinv_txfm_sse2.c71 input2 = _mm_unpacklo_epi16(input0, input1); in vpx_idct4x4_16_add_sse2()
110 input2 = _mm_unpacklo_epi16(input0, input1); in vpx_idct4x4_16_add_sse2()
174 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); in transpose_4x4()
177 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1); in transpose_4x4()
191 u[0] = _mm_unpacklo_epi16(in[0], in[1]); in idct4_sse2()
232 u[0] = _mm_unpacklo_epi16(in[0], in[1]); in iadst4_sse2()
234 u[2] = _mm_unpacklo_epi16(in7, kZero); in iadst4_sse2()
269 const __m128i tr0_0 = _mm_unpacklo_epi16(in0, in1); \
270 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \
273 const __m128i tr0_4 = _mm_unpacklo_epi16(in4, in5); \
[all …]
Dfwd_txfm_impl_sse2.h138 const __m128i r0 = _mm_unpacklo_epi16(in0, in1); in FDCT4x4_2D()
248 const __m128i y0 = _mm_unpacklo_epi16(x0, x1); in FDCT4x4_2D()
346 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in FDCT8x8_2D()
348 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in FDCT8x8_2D()
392 const __m128i d0 = _mm_unpacklo_epi16(q6, q5); in FDCT8x8_2D()
432 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); in FDCT8x8_2D()
434 const __m128i t2 = _mm_unpacklo_epi16(x1, x2); in FDCT8x8_2D()
486 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in FDCT8x8_2D()
487 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in FDCT8x8_2D()
490 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); in FDCT8x8_2D()
[all …]
Dfwd_dct32x32_impl_sse2.h401 const __m128i s2_20_0 = _mm_unpacklo_epi16(step1[27], step1[20]); in FDCT32x32_2D()
403 const __m128i s2_21_0 = _mm_unpacklo_epi16(step1[26], step1[21]); in FDCT32x32_2D()
405 const __m128i s2_22_0 = _mm_unpacklo_epi16(step1[25], step1[22]); in FDCT32x32_2D()
407 const __m128i s2_23_0 = _mm_unpacklo_epi16(step1[24], step1[23]); in FDCT32x32_2D()
660 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D()
662 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D()
769 const __m128i s1_05_0 = _mm_unpacklo_epi16(step3[6], step3[5]); in FDCT32x32_2D()
799 const __m128i s1_18_0 = _mm_unpacklo_epi16(step3[18], step3[29]); in FDCT32x32_2D()
801 const __m128i s1_19_0 = _mm_unpacklo_epi16(step3[19], step3[28]); in FDCT32x32_2D()
803 const __m128i s1_20_0 = _mm_unpacklo_epi16(step3[20], step3[27]); in FDCT32x32_2D()
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dsse_utils.hpp291 __m128i layer1_chunk0 = _mm_unpacklo_epi16(v_r0, v_g0); in _mm_deinterleave_epi16()
293 __m128i layer1_chunk2 = _mm_unpacklo_epi16(v_r1, v_g1); in _mm_deinterleave_epi16()
296 __m128i layer2_chunk0 = _mm_unpacklo_epi16(layer1_chunk0, layer1_chunk2); in _mm_deinterleave_epi16()
298 __m128i layer2_chunk2 = _mm_unpacklo_epi16(layer1_chunk1, layer1_chunk3); in _mm_deinterleave_epi16()
301 __m128i layer3_chunk0 = _mm_unpacklo_epi16(layer2_chunk0, layer2_chunk2); in _mm_deinterleave_epi16()
303 __m128i layer3_chunk2 = _mm_unpacklo_epi16(layer2_chunk1, layer2_chunk3); in _mm_deinterleave_epi16()
306 v_r0 = _mm_unpacklo_epi16(layer3_chunk0, layer3_chunk2); in _mm_deinterleave_epi16()
308 v_g0 = _mm_unpacklo_epi16(layer3_chunk1, layer3_chunk3); in _mm_deinterleave_epi16()
315 __m128i layer1_chunk0 = _mm_unpacklo_epi16(v_r0, v_g1); in _mm_deinterleave_epi16()
317 __m128i layer1_chunk2 = _mm_unpacklo_epi16(v_r1, v_b0); in _mm_deinterleave_epi16()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c58 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); in transpose_4x4()
81 u[0]=_mm_unpacklo_epi16(in[0], in[1]); in fdct4_sse2()
82 u[1]=_mm_unpacklo_epi16(in[3], in[2]); in fdct4_sse2()
117 u[0] = _mm_unpacklo_epi16(in[0], in[1]); in fadst4_sse2()
118 u[1] = _mm_unpacklo_epi16(in[2], in[3]); in fadst4_sse2()
119 u[2] = _mm_unpacklo_epi16(in7, kZero); in fadst4_sse2()
120 u[3] = _mm_unpacklo_epi16(in[2], kZero); in fadst4_sse2()
121 u[4] = _mm_unpacklo_epi16(in[3], kZero); in fadst4_sse2()
270 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in vp9_fdct8x8_quant_sse2()
272 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in vp9_fdct8x8_quant_sse2()
[all …]
Dvp9_dct_ssse3.c109 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in vp9_fdct8x8_quant_ssse3()
111 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in vp9_fdct8x8_quant_ssse3()
165 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); in vp9_fdct8x8_quant_ssse3()
167 const __m128i t2 = _mm_unpacklo_epi16(x1, x2); in vp9_fdct8x8_quant_ssse3()
210 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in vp9_fdct8x8_quant_ssse3()
211 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in vp9_fdct8x8_quant_ssse3()
214 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); in vp9_fdct8x8_quant_ssse3()
215 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); in vp9_fdct8x8_quant_ssse3()
/external/libmpeg2/common/x86/
Dimpeg2_idct_recon_sse42_intr.c223 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_74); in impeg2_idct_recon_sse42()
241 m_temp_reg_4 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); in impeg2_idct_recon_sse42()
277 m_temp_reg_60 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in impeg2_idct_recon_sse42()
399 m_temp_reg_10 = _mm_unpacklo_epi16(m_temp_reg_50, m_temp_reg_51); in impeg2_idct_recon_sse42()
400 m_temp_reg_11 = _mm_unpacklo_epi16(m_temp_reg_52, m_temp_reg_53); in impeg2_idct_recon_sse42()
404 m_temp_reg_12 = _mm_unpacklo_epi16(m_temp_reg_54, m_temp_reg_55); in impeg2_idct_recon_sse42()
405 m_temp_reg_13 = _mm_unpacklo_epi16(m_temp_reg_56, m_temp_reg_57); in impeg2_idct_recon_sse42()
431 m_temp_reg_0 = _mm_unpacklo_epi16(m_temp_reg_70, m_temp_reg_74); in impeg2_idct_recon_sse42()
449 m_temp_reg_4 = _mm_unpacklo_epi16(m_temp_reg_72, m_temp_reg_76); in impeg2_idct_recon_sse42()
485 m_temp_reg_60 = _mm_unpacklo_epi16(m_temp_reg_71, m_temp_reg_73); in impeg2_idct_recon_sse42()
[all …]
/external/libavc/encoder/x86/
Dih264e_half_pel_ssse3.c403 src_r0r1_8x16b = _mm_unpacklo_epi16(src_r0_8x16b, src_r1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
404 src_r2r3_8x16b = _mm_unpacklo_epi16(src_r2_8x16b, src_r3_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
405 src_r4r5_8x16b = _mm_unpacklo_epi16(src_r4_8x16b, src_r5_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
441 src_r0r1_8x16b = _mm_unpacklo_epi16(src_r0_8x16b, src_r1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
442 src_r2r3_8x16b = _mm_unpacklo_epi16(src_r2_8x16b, src_r3_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
443 src_r4r5_8x16b = _mm_unpacklo_epi16(src_r4_8x16b, src_r5_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis_sse2.cc213 _mm_unpacklo_epi16(se_16, z))); in ComputeSpatialMetrics_SSE2()
216 _mm_unpacklo_epi16(sev_16, z))); in ComputeSpatialMetrics_SSE2()
219 _mm_unpacklo_epi16(seh_16, z))); in ComputeSpatialMetrics_SSE2()
222 _mm_unpacklo_epi16(msa_16, z))); in ComputeSpatialMetrics_SSE2()

1234