Home
last modified time | relevance | path

Searched refs:resq_r3_1 (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
488 resq_r3_1 = _mm_slli_epi32(temp5, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3()
493 resq_r3_1 = _mm_srai_epi32(temp5, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3()
496resq_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()
600 temp3 = _mm_unpacklo_epi16(resq_r2_1, resq_r3_1); //c0 d0 c1 d1 c2 d2 c3 d3 in ih264_iquant_itrans_recon_8x8_ssse3()
602 temp4 = _mm_unpackhi_epi16(resq_r2_1, resq_r3_1); //c4 d4 c5 d5 c6 d6 c7 d7 in ih264_iquant_itrans_recon_8x8_ssse3()
606 resq_r3_1 = _mm_unpackhi_epi32(temp2, temp4); //a6 b6 c6 d6 a7 b7 c7 d7 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()
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()
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()
[all …]