Searched refs:alt_first_mask (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/decoder/x86/ |
D | ihevcd_fmt_conv_ssse3_intr.c | 101 __m128i temp0_8x16b, temp1_8x16b, alt_first_mask; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local 124 alt_first_mask = _mm_loadu_si128((__m128i *)&FIRST_ALT_SHUFFLE[0]); 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() 151 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 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() 164 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 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() 177 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 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() 190 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3() [all …]
|