Searched refs:tmp_set_128i_3 (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_sao_ssse3_intr.c | 138 __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 163 tmp_set_128i_3 = _mm_set_epi8(128, 3, 128, 3, 128, 3, 128, 3, 128, 3, 128, 3, 128, 3, 128, 3); in ihevc_sao_band_offset_luma_ssse3() 183 tmp_set_128i_3 = _mm_shuffle_epi8(sao_offset, tmp_set_128i_3); in ihevc_sao_band_offset_luma_ssse3() 192 band_table2_8x16b = _mm_add_epi16(band_table2_8x16b, tmp_set_128i_3); in ihevc_sao_band_offset_luma_ssse3() 270 tmp_set_128i_3 = _mm_sub_epi8(src_temp2_8x16b, band_pos_16x8b); 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() 295 cmp_store = _mm_cmpgt_epi8(tmp_set_128i_3, cmp_mask); in ihevc_sao_band_offset_luma_ssse3() [all …]
|