Searched refs:resq_r0 (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_sse42.c | 120 __m128i resq_r0, resq_r1, resq_r2, resq_r3; in ih264_iquant_itrans_recon_4x4_sse42() local 155 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42() 164 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42() 171 resq_r0 = _mm_insert_epi32(resq_r0,(WORD32)pi2_dc_ld_addr[0],0); in ih264_iquant_itrans_recon_4x4_sse42() 183 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 b0 a1 b1 in ih264_iquant_itrans_recon_4x4_sse42() 185 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //a2 b2 a3 b3 in ih264_iquant_itrans_recon_4x4_sse42() 187 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0 in ih264_iquant_itrans_recon_4x4_sse42() 194 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42() 196 temp1 = _mm_sub_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42() 205 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() [all …]
|
D | ih264_iquant_itrans_recon_ssse3.c | 120 __m128i resq_r0, resq_r1, resq_r2, resq_r3; in ih264_iquant_itrans_recon_4x4_ssse3() local 156 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3() 165 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3() 173 resq_r0 = _mm_insert_epi16(resq_r0,(WORD32)pi2_src[0],0); in ih264_iquant_itrans_recon_4x4_ssse3() 175 resq_r0 = _mm_insert_epi16(resq_r0,0,1); in ih264_iquant_itrans_recon_4x4_ssse3() 177 resq_r0 = _mm_insert_epi16(resq_r0,-1,1); in ih264_iquant_itrans_recon_4x4_ssse3() 190 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 b0 a1 b1 in ih264_iquant_itrans_recon_4x4_ssse3() 192 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //a2 b2 a3 b3 in ih264_iquant_itrans_recon_4x4_ssse3() 194 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0 in ih264_iquant_itrans_recon_4x4_ssse3() 201 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|