Searched refs:resq_r1_1 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 399 __m128i resq_r0_1, resq_r0_2, resq_r1_1, resq_r1_2, resq_r2_1, resq_r2_2, in ih264_iquant_itrans_recon_8x8_ssse3() local 446 resq_r1_1 = _mm_slli_epi32(temp5, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3() 451 resq_r1_1 = _mm_srai_epi32(temp5, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3() 454 …resq_r1_1 = _mm_packs_epi32(resq_r1_1, resq_r1_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… in ih264_iquant_itrans_recon_8x8_ssse3() 599 temp1 = _mm_unpacklo_epi16(resq_r0_1, resq_r1_1); //a0 b0 a1 b1 a2 b2 a3 b3 in ih264_iquant_itrans_recon_8x8_ssse3() 601 temp2 = _mm_unpackhi_epi16(resq_r0_1, resq_r1_1); //a4 b4 a5 b5 a6 b6 a7 b7 in ih264_iquant_itrans_recon_8x8_ssse3() 604 resq_r1_1 = _mm_unpackhi_epi32(temp1, temp3); //a2 b2 c2 d2 a3 b3 c3 d3 in ih264_iquant_itrans_recon_8x8_ssse3() 633 resq_r2_2 = _mm_unpacklo_epi64(resq_r1_1, resq_r5_1); //a2 b2 c2 d2 e2 f2 g2 h2 in ih264_iquant_itrans_recon_8x8_ssse3() 634 resq_r3_2 = _mm_unpackhi_epi64(resq_r1_1, resq_r5_1); //a3 b3 c3 d3 e3 f3 g3 h3 in ih264_iquant_itrans_recon_8x8_ssse3() 641 resq_r1_1 = _mm_unpacklo_epi16(resq_r1_2, sign_reg); //a1 b1 c1 d1 -- 32 bit in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|