Home
last modified time | relevance | path

Searched refs:_mm_unpacklo_epi16 (Results 1 – 25 of 76) 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/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); \
56 const __m128i tr0_4 = _mm_unpacklo_epi16(in4, in5); \
57 const __m128i tr0_5 = _mm_unpacklo_epi16(in6, in7); \
82 const __m128i tr0_0 = _mm_unpacklo_epi16(in0, in1); \
83 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \
[all …]
Dinv_txfm_sse2.c82 u[0] = _mm_unpacklo_epi16(in[0], in[1]); in idct4_sse2()
123 u[0] = _mm_unpacklo_epi16(in[0], in[1]); in iadst4_sse2()
125 u[2] = _mm_unpacklo_epi16(in7, kZero); in iadst4_sse2()
183 const __m128i lo_17 = _mm_unpacklo_epi16(in1, in7); \
185 const __m128i lo_35 = _mm_unpacklo_epi16(in3, in5); \
194 const __m128i lo_04 = _mm_unpacklo_epi16(in0, in4); \
196 const __m128i lo_26 = _mm_unpacklo_epi16(in2, in6); \
210 const __m128i lo_56 = _mm_unpacklo_epi16(stp2_6, stp2_5); \
404 s0 = _mm_unpacklo_epi16(in0, in1); in iadst8_sse2()
406 s2 = _mm_unpacklo_epi16(in2, in3); in iadst8_sse2()
[all …]
Dfwd_txfm_impl_sse2.h130 const __m128i r0 = _mm_unpacklo_epi16(in0, in1); in FDCT4x4_2D()
240 const __m128i y0 = _mm_unpacklo_epi16(x0, x1); in FDCT4x4_2D()
337 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in FDCT8x8_2D()
339 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in FDCT8x8_2D()
383 const __m128i d0 = _mm_unpacklo_epi16(q6, q5); in FDCT8x8_2D()
423 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); in FDCT8x8_2D()
425 const __m128i t2 = _mm_unpacklo_epi16(x1, x2); in FDCT8x8_2D()
477 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in FDCT8x8_2D()
478 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in FDCT8x8_2D()
481 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); in FDCT8x8_2D()
[all …]
Dfwd_dct32x32_impl_sse2.h395 const __m128i s2_20_0 = _mm_unpacklo_epi16(step1[27], step1[20]); in FDCT32x32_2D()
397 const __m128i s2_21_0 = _mm_unpacklo_epi16(step1[26], step1[21]); in FDCT32x32_2D()
399 const __m128i s2_22_0 = _mm_unpacklo_epi16(step1[25], step1[22]); in FDCT32x32_2D()
401 const __m128i s2_23_0 = _mm_unpacklo_epi16(step1[24], step1[23]); in FDCT32x32_2D()
652 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D()
654 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D()
760 const __m128i s1_05_0 = _mm_unpacklo_epi16(step3[6], step3[5]); in FDCT32x32_2D()
790 const __m128i s1_18_0 = _mm_unpacklo_epi16(step3[18], step3[29]); in FDCT32x32_2D()
792 const __m128i s1_19_0 = _mm_unpacklo_epi16(step3[19], step3[28]); in FDCT32x32_2D()
794 const __m128i s1_20_0 = _mm_unpacklo_epi16(step3[20], step3[27]); in FDCT32x32_2D()
[all …]
Dtranspose_sse2.h19 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); in transpose_16bit_4x4()
22 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1); in transpose_16bit_4x4()
/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_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_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_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_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 …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_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()
263 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in vp9_fdct8x8_quant_sse2()
265 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in vp9_fdct8x8_quant_sse2()
[all …]
Dvp9_dct_ssse3.c101 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); in vp9_fdct8x8_quant_ssse3()
103 const __m128i t2 = _mm_unpacklo_epi16(r2, r3); in vp9_fdct8x8_quant_ssse3()
157 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); in vp9_fdct8x8_quant_ssse3()
159 const __m128i t2 = _mm_unpacklo_epi16(x1, x2); in vp9_fdct8x8_quant_ssse3()
202 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in vp9_fdct8x8_quant_ssse3()
203 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in vp9_fdct8x8_quant_ssse3()
206 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); in vp9_fdct8x8_quant_ssse3()
207 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/skia/src/opts/
DSkNx_sse.h290 __m128i even = _mm_unpacklo_epi16(lo, hi), // r0 r2 g0 g2 b0 b2 a0 a2 in Load4()
292 __m128i rg = _mm_unpacklo_epi16(even, odd), // r0 r1 r2 r3 g0 g1 g2 g3 in Load4()
309 __m128i rrggbb01 = _mm_unpacklo_epi16(rgb0, rgb1); in Load3()
310 __m128i rrggbb23 = _mm_unpacklo_epi16(rgb2, rgb3); in Load3()
316 __m128i rg = _mm_unpacklo_epi16(r.fVec, g.fVec); in Store4()
317 __m128i ba = _mm_unpacklo_epi16(b.fVec, a.fVec); in Store4()
362 __m128i _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2 in Load4()
364 _46 = _mm_unpacklo_epi16(_45, _67), in Load4()
367 __m128i rg0123 = _mm_unpacklo_epi16(_02, _13), // r0 r1 r2 r3 g0 g1 g2 g3 in Load4()
369 rg4567 = _mm_unpacklo_epi16(_46, _57), in Load4()
[all …]
DSkBitmapFilter_opts.h67 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolve_horizontally()
78 __m128i t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolve_horizontally()
90 coeff16 = _mm_unpacklo_epi16(coeff16, coeff16); in convolve_horizontally()
96 t = _mm_unpacklo_epi16(mul_lo, mul_hi); in convolve_horizontally()
163 coeff16lo = _mm_unpacklo_epi16(coeff16lo, coeff16lo); in convolve_4_rows_horizontally()
167 coeff16hi = _mm_unpacklo_epi16(coeff16hi, coeff16hi); in convolve_4_rows_horizontally()
176 t = _mm_unpacklo_epi16(mul_lo, mul_hi); \ in convolve_4_rows_horizontally()
183 t = _mm_unpacklo_epi16(mul_lo, mul_hi); \ in convolve_4_rows_horizontally()
276 __m128i t = _mm_unpacklo_epi16(mul_lo, mul_hi); in ConvolveVertically()
289 t = _mm_unpacklo_epi16(mul_lo, mul_hi); in ConvolveVertically()
[all …]
/external/skia/src/jumper/
DSkJumper_vectors.h361 auto _02 = _mm_unpacklo_epi16(_0, _2), // r0 r2 g0 g2 b0 b2 xx xx in load3()
362 _13 = _mm_unpacklo_epi16(_1, _3), in load3()
363 _46 = _mm_unpacklo_epi16(_4, _6), in load3()
364 _57 = _mm_unpacklo_epi16(_5, _7); in load3()
366 auto rg0123 = _mm_unpacklo_epi16(_02, _13), // r0 r1 r2 r3 g0 g1 g2 g3 in load3()
368 rg4567 = _mm_unpacklo_epi16(_46, _57), in load3()
394 auto _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2 in load4()
396 _46 = _mm_unpacklo_epi16(_45, _67), in load4()
399 auto rg0123 = _mm_unpacklo_epi16(_02, _13), // r0 r1 r2 r3 g0 g1 g2 g3 in load4()
401 rg4567 = _mm_unpacklo_epi16(_46, _57), in load4()
[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()

1234