Searched refs:tmp_set_128i_1 (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 151 tmp_set_128i_1 = _mm_loadl_epi64((__m128i *)(pu1_src + (ht - 1) * src_strd + offset)); in ihevc_sao_band_offset_luma_ssse3() 152 _mm_storel_epi64((__m128i *)(pu1_src_top + offset), tmp_set_128i_1); in ihevc_sao_band_offset_luma_ssse3() 161 tmp_set_128i_1 = _mm_set_epi8(128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1); in ihevc_sao_band_offset_luma_ssse3() 181 tmp_set_128i_1 = _mm_shuffle_epi8(sao_offset, tmp_set_128i_1); in ihevc_sao_band_offset_luma_ssse3() 190 band_table0_8x16b = _mm_add_epi16(band_table0_8x16b, tmp_set_128i_1); in ihevc_sao_band_offset_luma_ssse3() 233 tmp_set_128i_1 = _mm_set1_epi8(1); in ihevc_sao_band_offset_luma_ssse3() 249 …band_table3_8x16b = _mm_sub_epi8(band_table3_8x16b, tmp_set_128i_1); // to compare if value is gre… in ihevc_sao_band_offset_luma_ssse3() 251 cmp_mask = _mm_sub_epi8(cmp_mask, tmp_set_128i_1); in ihevc_sao_band_offset_luma_ssse3() 269 tmp_set_128i_1 = _mm_sub_epi8(src_temp0_8x16b, band_pos_16x8b); in ihevc_sao_band_offset_luma_ssse3() [all …]
|