Searched refs:const2_16x8b (Results 1 – 1 of 1) sorted by relevance
903 __m128i const2_16x8b, const0_16x8b; in ihevc_sao_edge_offset_class0_ssse3() local937 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() local1277 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 …]