Home
last modified time | relevance | path

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

/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c101 __m128i temp0_8x16b, temp1_8x16b, alt_first_mask; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local
150 temp0_8x16b = _mm_shuffle_epi8(src_uv0_8x16b, alt_first_mask); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
153 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
154 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); 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()
166 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
167 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); 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()
179 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
180 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]
/external/libhevc/common/x86/
Dihevc_sao_ssse3_intr.c479 __m128i temp0_8x16b, temp1_8x16b, temp2_8x16b, temp3_8x16b; in ihevc_sao_band_offset_chroma_ssse3() local
504 temp0_8x16b = _mm_shuffle_epi8(sao_offset, tmp_set_128i_1); in ihevc_sao_band_offset_chroma_ssse3()
510 band_table0_16x8b = _mm_add_epi16(band_table0_16x8b, temp0_8x16b); in ihevc_sao_band_offset_chroma_ssse3()
575 temp0_8x16b = _mm_load_si128((__m128i *)(gu2_table_band_idx)); in ihevc_sao_band_offset_chroma_ssse3()
581 temp0_8x16b = _mm_add_epi16(temp0_8x16b, band_pos_v_16x8b); in ihevc_sao_band_offset_chroma_ssse3()
592 temp0_8x16b = _mm_add_epi16(temp0_8x16b, tmp_set_128i_1); in ihevc_sao_band_offset_chroma_ssse3()
598 temp0_8x16b = _mm_and_si128(temp0_8x16b, temp1_8x16b); in ihevc_sao_band_offset_chroma_ssse3()
607 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, temp0_8x16b); in ihevc_sao_band_offset_chroma_ssse3()
608 temp0_8x16b = _mm_and_si128(temp0_8x16b, temp3_8x16b); in ihevc_sao_band_offset_chroma_ssse3()
627 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, temp0_8x16b); in ihevc_sao_band_offset_chroma_ssse3()
[all …]