Home
last modified time | relevance | path

Searched refs:resq_r6_2 (Results 1 – 1 of 1) sorted by relevance

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c401 resq_r6_1, resq_r6_2, resq_r7_1, resq_r7_2; in ih264_iquant_itrans_recon_8x8_ssse3() local
555 resq_r6_2 = _mm_slli_epi32(temp7, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3()
562 resq_r6_2 = _mm_srai_epi32(temp7, 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()
637 resq_r6_2 = _mm_unpacklo_epi64(resq_r3_1, resq_r7_1); //a6 b6 c6 d6 e6 f6 g6 h6 in ih264_iquant_itrans_recon_8x8_ssse3()
680 temp5 = _mm_sub_epi16(temp5, resq_r6_2); //(w2>>1)-w6 in ih264_iquant_itrans_recon_8x8_ssse3()
692 temp7 = _mm_srai_epi16(resq_r6_2, 1); //w6>>1 in ih264_iquant_itrans_recon_8x8_ssse3()
791 resq_r6_2 = _mm_unpacklo_epi64(resq_r3_1, resq_r7_1); //g0 g1 g2 g3 g4 g5 g6 g7 in ih264_iquant_itrans_recon_8x8_ssse3()
866 temp5 = _mm_sub_epi16(temp5, resq_r6_2); //(w2>>1)-w6 in ih264_iquant_itrans_recon_8x8_ssse3()
878 temp7 = _mm_srai_epi16(resq_r6_2, 1); //w6>>1 in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]