Home
last modified time | relevance | path

Searched refs:resq_r7_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
580 resq_r7_2 = _mm_slli_epi32(temp7, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3()
585 resq_r7_2 = _mm_srai_epi32(temp7, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3()
587 …resq_r7_1 = _mm_packs_epi32(resq_r7_1, resq_r7_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… in ih264_iquant_itrans_recon_8x8_ssse3()
638 resq_r7_2 = _mm_unpackhi_epi64(resq_r3_1, resq_r7_1); //a7 b7 c7 d7 e7 f7 g7 h7 in ih264_iquant_itrans_recon_8x8_ssse3()
649 sign_reg = _mm_cmpgt_epi16(zero_8x16b, resq_r7_2); in ih264_iquant_itrans_recon_8x8_ssse3()
650 resq_r7_1 = _mm_unpacklo_epi16(resq_r7_2, sign_reg); //a7 b7 c7 d7 -- 32 bit in ih264_iquant_itrans_recon_8x8_ssse3()
651 resq_r7_2 = _mm_unpackhi_epi16(resq_r7_2, sign_reg); //e7 f7 g7 h7 -- 32 bit in ih264_iquant_itrans_recon_8x8_ssse3()
662 temp12 = _mm_sub_epi32(temp10, resq_r7_2); in ih264_iquant_itrans_recon_8x8_ssse3()
664 temp13 = _mm_srai_epi32(resq_r7_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]