Searched refs:resq_r4_1 (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 509 resq_r4_1 = _mm_slli_epi32(temp5, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3() 515 resq_r4_1 = _mm_srai_epi32(temp5, 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() 613 temp1 = _mm_unpacklo_epi16(resq_r4_1, resq_r5_1); //e0 f0 e1 f1 e2 f2 e2 f3 in ih264_iquant_itrans_recon_8x8_ssse3() 615 temp2 = _mm_unpackhi_epi16(resq_r4_1, resq_r5_1); //e4 f4 e5 f5 e6 f6 e7 f7 in ih264_iquant_itrans_recon_8x8_ssse3() 617 resq_r4_1 = _mm_unpacklo_epi32(temp1, temp3); //e0 f0 g0 h0 e1 f1 g1 h1 in ih264_iquant_itrans_recon_8x8_ssse3() 631 resq_r0_2 = _mm_unpacklo_epi64(resq_r0_1, resq_r4_1); //a0 b0 c0 d0 e0 f0 g0 h0 in ih264_iquant_itrans_recon_8x8_ssse3() 632 resq_r1_2 = _mm_unpackhi_epi64(resq_r0_1, resq_r4_1); //a1 b1 c1 d1 e1 f1 g1 h1 in ih264_iquant_itrans_recon_8x8_ssse3() 717 resq_r4_1 = _mm_sub_epi16(temp3, temp5); in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|