Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_sse42.c120 __m128i resq_r0, resq_r1, resq_r2, resq_r3; in ih264_iquant_itrans_recon_4x4_sse42() local
158 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42()
167 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42()
184 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //c0 d0 c1 d1 in ih264_iquant_itrans_recon_4x4_sse42()
186 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3 in ih264_iquant_itrans_recon_4x4_sse42()
190 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3 in ih264_iquant_itrans_recon_4x4_sse42()
199 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_sse42()
201 temp3 = _mm_srai_epi32(resq_r3, 1); //(w3>>1) + w1 in ih264_iquant_itrans_recon_4x4_sse42()
211 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
220 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //a2 a3 b2 b3 in ih264_iquant_itrans_recon_4x4_sse42()
[all …]
Dih264_iquant_itrans_recon_ssse3.c120 __m128i resq_r0, resq_r1, resq_r2, resq_r3; in ih264_iquant_itrans_recon_4x4_ssse3() local
159 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3()
168 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3()
191 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //c0 d0 c1 d1 in ih264_iquant_itrans_recon_4x4_ssse3()
193 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3 in ih264_iquant_itrans_recon_4x4_ssse3()
197 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3 in ih264_iquant_itrans_recon_4x4_ssse3()
206 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_ssse3()
208 temp3 = _mm_srai_epi32(resq_r3, 1); //(w3>>1) + w1 in ih264_iquant_itrans_recon_4x4_ssse3()
218 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3()
227 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //a2 a3 b2 b3 in ih264_iquant_itrans_recon_4x4_ssse3()
[all …]