Searched refs:resq_r6_1 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 401 resq_r6_1, resq_r6_2, resq_r7_1, resq_r7_2; in ih264_iquant_itrans_recon_8x8_ssse3() local 554 resq_r6_1 = _mm_slli_epi32(temp5, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3() 561 resq_r6_1 = _mm_srai_epi32(temp5, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3() 566 …resq_r6_1 = _mm_packs_epi32(resq_r6_1, resq_r6_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… in ih264_iquant_itrans_recon_8x8_ssse3() 614 temp3 = _mm_unpacklo_epi16(resq_r6_1, resq_r7_1); //g0 h0 g1 h1 g2 h2 g3 h3 in ih264_iquant_itrans_recon_8x8_ssse3() 616 temp4 = _mm_unpackhi_epi16(resq_r6_1, resq_r7_1); //g4 h4 g5 h5 g6 h6 g7 h7 in ih264_iquant_itrans_recon_8x8_ssse3() 619 resq_r6_1 = _mm_unpacklo_epi32(temp2, temp4); //e4 f4 g4 h4 e5 f5 g5 h5 in ih264_iquant_itrans_recon_8x8_ssse3() 635 resq_r4_2 = _mm_unpacklo_epi64(resq_r2_1, resq_r6_1); //a4 b4 c4 d4 e4 f4 g4 h4 in ih264_iquant_itrans_recon_8x8_ssse3() 636 resq_r5_2 = _mm_unpackhi_epi64(resq_r2_1, resq_r6_1); //a5 b5 c5 d5 e5 f5 g5 h5 in ih264_iquant_itrans_recon_8x8_ssse3() 722 resq_r6_1 = _mm_sub_epi16(temp1, temp7); in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|