Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_sao_ssse3_intr.c903 __m128i const2_16x8b, const0_16x8b; in ihevc_sao_edge_offset_class0_ssse3() local
937 const2_16x8b = _mm_set1_epi8(2); in ihevc_sao_edge_offset_class0_ssse3()
1002 edge0_16x8b = _mm_add_epi8(edge0_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1003 edge1_16x8b = _mm_add_epi8(edge1_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1147 edge0_16x8b = _mm_add_epi8(edge0_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1148 edge1_16x8b = _mm_add_epi8(edge1_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3()
1239 __m128i const2_16x8b, const0_16x8b; in ihevc_sao_edge_offset_class0_chroma_ssse3() local
1277 const2_16x8b = _mm_set1_epi8(2); in ihevc_sao_edge_offset_class0_chroma_ssse3()
1352 edge0_16x8b = _mm_add_epi8(edge0_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_chroma_ssse3()
1353 edge1_16x8b = _mm_add_epi8(edge1_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_chroma_ssse3()
[all …]