Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_sao_ssse3_intr.c138 __m128i tmp_set_128i_1, tmp_set_128i_2, tmp_set_128i_3, tmp_set_128i_4; in ihevc_sao_band_offset_luma_ssse3() local
162 tmp_set_128i_2 = _mm_set_epi8(128, 2, 128, 2, 128, 2, 128, 2, 128, 2, 128, 2, 128, 2, 128, 2); in ihevc_sao_band_offset_luma_ssse3()
182 tmp_set_128i_2 = _mm_shuffle_epi8(sao_offset, tmp_set_128i_2); in ihevc_sao_band_offset_luma_ssse3()
191 band_table1_8x16b = _mm_add_epi16(band_table1_8x16b, tmp_set_128i_2); in ihevc_sao_band_offset_luma_ssse3()
203 tmp_set_128i_2 = _mm_cmpgt_epi16(cmp_mask, band_table0_8x16b); in ihevc_sao_band_offset_luma_ssse3()
204 band_table0_8x16b = _mm_and_si128(band_table0_8x16b, tmp_set_128i_2); in ihevc_sao_band_offset_luma_ssse3()
207 tmp_set_128i_2 = _mm_cmpgt_epi16(cmp_mask, band_table3_8x16b); in ihevc_sao_band_offset_luma_ssse3()
208 band_table3_8x16b = _mm_or_si128(band_table3_8x16b, tmp_set_128i_2); in ihevc_sao_band_offset_luma_ssse3()
211 tmp_set_128i_2 = _mm_cmpgt_epi16(cmp_mask, band_table2_8x16b); in ihevc_sao_band_offset_luma_ssse3()
212 band_table2_8x16b = _mm_or_si128(band_table2_8x16b, tmp_set_128i_2); in ihevc_sao_band_offset_luma_ssse3()
[all …]