Home
last modified time | relevance | path

Searched refs:tmp_set_128i_4 (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
164 tmp_set_128i_4 = _mm_set_epi8(128, 4, 128, 4, 128, 4, 128, 4, 128, 4, 128, 4, 128, 4, 128, 4); in ihevc_sao_band_offset_luma_ssse3()
184 tmp_set_128i_4 = _mm_shuffle_epi8(sao_offset, tmp_set_128i_4); in ihevc_sao_band_offset_luma_ssse3()
193 band_table3_8x16b = _mm_add_epi16(band_table3_8x16b, tmp_set_128i_4); in ihevc_sao_band_offset_luma_ssse3()
273 tmp_set_128i_4 = _mm_cmpgt_epi8(sao_offset, tmp_set_128i_3); in ihevc_sao_band_offset_luma_ssse3()
275 tmp_set_128i_3 = _mm_or_si128(tmp_set_128i_3, tmp_set_128i_4); in ihevc_sao_band_offset_luma_ssse3()
278 tmp_set_128i_4 = _mm_cmpgt_epi8(tmp_set_128i_3, band_table3_8x16b); in ihevc_sao_band_offset_luma_ssse3()
280 tmp_set_128i_3 = _mm_or_si128(tmp_set_128i_3, tmp_set_128i_4); in ihevc_sao_band_offset_luma_ssse3()
297 tmp_set_128i_4 = _mm_and_si128(tmp_set_128i_3, cmp_store); in ihevc_sao_band_offset_luma_ssse3()
301 cmp_store = _mm_cmpeq_epi8(tmp_set_128i_4, sao_offset); in ihevc_sao_band_offset_luma_ssse3()
[all …]