Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c400 resq_r3_1, resq_r3_2, resq_r4_1, resq_r4_2, resq_r5_1, resq_r5_2, in ih264_iquant_itrans_recon_8x8_ssse3() local
489 resq_r3_2 = _mm_slli_epi32(temp7, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3()
494 resq_r3_2 = _mm_srai_epi32(temp7, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3()
496 …resq_r3_1 = _mm_packs_epi32(resq_r3_1, resq_r3_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… 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()
643 sign_reg = _mm_cmpgt_epi16(zero_8x16b, resq_r3_2); in ih264_iquant_itrans_recon_8x8_ssse3()
644 resq_r3_1 = _mm_unpacklo_epi16(resq_r3_2, sign_reg); //a3 b3 c3 d3 -- 32 bit in ih264_iquant_itrans_recon_8x8_ssse3()
645 resq_r3_2 = _mm_unpackhi_epi16(resq_r3_2, sign_reg); //e3 f3 g3 h3 -- 32 bit in ih264_iquant_itrans_recon_8x8_ssse3()
660 temp10 = _mm_sub_epi32(resq_r5_2, resq_r3_2); in ih264_iquant_itrans_recon_8x8_ssse3()
672 temp12 = _mm_sub_epi32(temp12, resq_r3_2); in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]