Home
last modified time | relevance | path

Searched refs:cmp_lt1_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
970 cmp_lt1_16x8b = _mm_subs_epu8(left1_16x8b, src_temp1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
975 cmp_lt1_16x8b = _mm_cmpeq_epi8(cmp_lt1_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()
988 cmp_lt1_16x8b = _mm_subs_epu8(edge1_16x8b, src_temp1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
993 cmp_lt1_16x8b = _mm_cmpeq_epi8(cmp_lt1_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()
1081 cmp_lt1_16x8b = _mm_alignr_epi8(cmp_gt1_16x8b, left_store_16x8b, 15); in ihevc_sao_edge_offset_class0_ssse3()
1101 left1_16x8b = _mm_unpacklo_epi64(left1_16x8b, cmp_lt1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1107 cmp_lt1_16x8b = _mm_subs_epu8(left1_16x8b, src_temp1_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
[all …]