Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c399 __m128i resq_r0_1, resq_r0_2, resq_r1_1, resq_r1_2, resq_r2_1, resq_r2_2, in ih264_iquant_itrans_recon_8x8_ssse3() local
468 resq_r2_2 = _mm_slli_epi32(temp7, qp_div - 6); in ih264_iquant_itrans_recon_8x8_ssse3()
473 resq_r2_2 = _mm_srai_epi32(temp7, 6 - qp_div); in ih264_iquant_itrans_recon_8x8_ssse3()
475 …resq_r2_1 = _mm_packs_epi32(resq_r2_1, resq_r2_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a… in ih264_iquant_itrans_recon_8x8_ssse3()
633 resq_r2_2 = _mm_unpacklo_epi64(resq_r1_1, resq_r5_1); //a2 b2 c2 d2 e2 f2 g2 h2 in ih264_iquant_itrans_recon_8x8_ssse3()
679 temp5 = _mm_srai_epi16(resq_r2_2, 1); //w2>>1 in ih264_iquant_itrans_recon_8x8_ssse3()
693 temp7 = _mm_add_epi16(temp7, resq_r2_2); //(w6>>1)+w2 in ih264_iquant_itrans_recon_8x8_ssse3()
787 resq_r2_2 = _mm_unpacklo_epi64(resq_r1_1, resq_r5_1); //c0 c1 c2 c3 c4 c5 c6 c7 in ih264_iquant_itrans_recon_8x8_ssse3()
865 temp5 = _mm_srai_epi16(resq_r2_2, 1); //w2>>1 in ih264_iquant_itrans_recon_8x8_ssse3()
879 temp7 = _mm_add_epi16(temp7, resq_r2_2); //(w6>>1)+w2 in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]