Home
last modified time | relevance | path

Searched refs:cmp_gt0_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
967 cmp_gt0_16x8b = _mm_subs_epu8(src_temp0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
972 cmp_gt0_16x8b = _mm_cmpeq_epi8(cmp_gt0_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()
985 cmp_gt0_16x8b = _mm_subs_epu8(src_temp0_16x8b, edge0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
990 cmp_gt0_16x8b = _mm_cmpeq_epi8(cmp_gt0_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()
1016 cmp_gt0_16x8b = _mm_unpacklo_epi8(src_temp0_16x8b, const0_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()
1022 src_temp0_16x8b = _mm_packus_epi16(cmp_gt0_16x8b, src_temp0_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
[all …]