Home
last modified time | relevance | path

Searched refs:src_uv1_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
148 src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
151 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
161src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
164 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
174src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (2 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
177 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
187src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (3 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
190 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
223 src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]