Home
last modified time | relevance | path

Searched refs:src_uv0_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
147 src_uv0_8x16b = _mm_loadu_si128((__m128i *)pu1_uv_src_temp); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
150 temp0_8x16b = _mm_shuffle_epi8(src_uv0_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
160 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
163 temp0_8x16b = _mm_shuffle_epi8(src_uv0_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
173 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (2 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
176 temp0_8x16b = _mm_shuffle_epi8(src_uv0_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
186 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (3 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
189 temp0_8x16b = _mm_shuffle_epi8(src_uv0_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
222 src_uv0_8x16b = _mm_loadu_si128((__m128i *)pu1_uv_src_temp); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]