Searched refs:resq_r4_2 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 400 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 510 resq_r4_2 = _mm_slli_epi32(temp7, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3() 516 resq_r4_2 = _mm_srai_epi32(temp7, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3() 518 …resq_r4_1 = _mm_packs_epi32(resq_r4_1, resq_r4_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… 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() 655 temp1 = _mm_add_epi16(resq_r0_2, resq_r4_2); in ih264_iquant_itrans_recon_8x8_ssse3() 657 temp3 = _mm_sub_epi16(resq_r0_2, resq_r4_2); in ih264_iquant_itrans_recon_8x8_ssse3() 789 resq_r4_2 = _mm_unpacklo_epi64(resq_r2_1, resq_r6_1); //e0 e1 e2 e3 e4 e5 e6 e7 in ih264_iquant_itrans_recon_8x8_ssse3() 841 temp1 = _mm_add_epi16(resq_r0_2, resq_r4_2); in ih264_iquant_itrans_recon_8x8_ssse3() 843 temp3 = _mm_sub_epi16(resq_r0_2, resq_r4_2); in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|