Home
last modified time | relevance | path

Searched refs:cmp_lt0_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
968 cmp_lt0_16x8b = _mm_subs_epu8(left0_16x8b, src_temp0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
973 cmp_lt0_16x8b = _mm_cmpeq_epi8(cmp_lt0_16x8b, const0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
977 left0_16x8b = _mm_sub_epi8(cmp_gt0_16x8b, cmp_lt0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
986 cmp_lt0_16x8b = _mm_subs_epu8(edge0_16x8b, src_temp0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
991 cmp_lt0_16x8b = _mm_cmpeq_epi8(cmp_lt0_16x8b, const0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
995 edge0_16x8b = _mm_sub_epi8(cmp_gt0_16x8b, cmp_lt0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1017 cmp_lt0_16x8b = _mm_unpacklo_epi8(edge0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1019 cmp_gt0_16x8b = _mm_add_epi16(cmp_gt0_16x8b, cmp_lt0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1020 cmp_lt0_16x8b = _mm_unpackhi_epi8(edge0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
[all …]