Home
last modified time | relevance | path

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

/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c100 __m128i src_uv0_8x16b, src_uv1_8x16b, src_u_8x16b, src_v_8x16b; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local
153 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
156 _mm_storeu_si128((__m128i *)(pu1_u_dst_temp), src_u_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
166 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
169 _mm_storeu_si128((__m128i *)(pu1_u_dst_temp + (1 * dst_strd)), src_u_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
179 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
182 _mm_storeu_si128((__m128i *)(pu1_u_dst_temp + (2 * dst_strd)), src_u_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
192 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
195 _mm_storeu_si128((__m128i *)(pu1_u_dst_temp + (3 * dst_strd)), src_u_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
228 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]