Searched refs:resq_r1 (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 156 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42() 165 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6); 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() 188 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1 in ih264_iquant_itrans_recon_4x4_sse42() 198 temp2 = _mm_srai_epi32(resq_r1, 1); //(w1>>1) in ih264_iquant_itrans_recon_4x4_sse42() 202 temp3 = _mm_add_epi32(temp3, resq_r1); in ih264_iquant_itrans_recon_4x4_sse42() 207 resq_r1 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42() 219 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 a1 b0 b1 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 157 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3() 166 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6); 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() 195 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1 in ih264_iquant_itrans_recon_4x4_ssse3() 205 temp2 = _mm_srai_epi32(resq_r1, 1); //(w1>>1) in ih264_iquant_itrans_recon_4x4_ssse3() 209 temp3 = _mm_add_epi32(temp3, resq_r1); in ih264_iquant_itrans_recon_4x4_ssse3() 214 resq_r1 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3() 226 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 a1 b0 b1 in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|