Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_sao_ssse3_intr.c899 __m128i cmp_gt0_16x8b, cmp_lt0_16x8b, cmp_gt1_16x8b, cmp_lt1_16x8b; in ihevc_sao_edge_offset_class0_ssse3() local
969 cmp_gt1_16x8b = _mm_subs_epu8(src_temp1_16x8b, left1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
974 cmp_gt1_16x8b = _mm_cmpeq_epi8(cmp_gt1_16x8b, const0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
978 left1_16x8b = _mm_sub_epi8(cmp_gt1_16x8b, cmp_lt1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
987 cmp_gt1_16x8b = _mm_subs_epu8(src_temp1_16x8b, edge1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
992 cmp_gt1_16x8b = _mm_cmpeq_epi8(cmp_gt1_16x8b, const0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
996 edge1_16x8b = _mm_sub_epi8(cmp_gt1_16x8b, cmp_lt1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1058 cmp_gt1_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + (ht - 1) * src_strd)); in ihevc_sao_edge_offset_class0_ssse3()
1059 _mm_storel_epi64((__m128i *)(pu1_src_top + offset), cmp_gt1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1075 cmp_gt1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + 3 * src_strd)); in ihevc_sao_edge_offset_class0_ssse3()
[all …]