Searched refs:_mm_add_epi16 (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/enc/ |
D | dsp_sse2.c | 127 const __m128i a = _mm_add_epi16(in0, in2); in ITransformSSE2() 134 const __m128i c = _mm_add_epi16(c3, c4); in ITransformSSE2() 138 const __m128i d3 = _mm_add_epi16(in1, in3); in ITransformSSE2() 139 const __m128i d4 = _mm_add_epi16(d1, d2); in ITransformSSE2() 140 const __m128i d = _mm_add_epi16(d3, d4); in ITransformSSE2() 143 const __m128i tmp0 = _mm_add_epi16(a, d); in ITransformSSE2() 144 const __m128i tmp1 = _mm_add_epi16(b, c); in ITransformSSE2() 184 const __m128i dc = _mm_add_epi16(T0, four); in ITransformSSE2() 185 const __m128i a = _mm_add_epi16(dc, T2); in ITransformSSE2() 192 const __m128i c = _mm_add_epi16(c3, c4); in ITransformSSE2() [all …]
|
/external/webp/src/dec/ |
D | dsp_sse2.c | 79 const __m128i a = _mm_add_epi16(in0, in2); in TransformSSE2() 86 const __m128i c = _mm_add_epi16(c3, c4); in TransformSSE2() 90 const __m128i d3 = _mm_add_epi16(in1, in3); in TransformSSE2() 91 const __m128i d4 = _mm_add_epi16(d1, d2); in TransformSSE2() 92 const __m128i d = _mm_add_epi16(d3, d4); in TransformSSE2() 95 const __m128i tmp0 = _mm_add_epi16(a, d); in TransformSSE2() 96 const __m128i tmp1 = _mm_add_epi16(b, c); in TransformSSE2() 136 const __m128i dc = _mm_add_epi16(T0, four); in TransformSSE2() 137 const __m128i a = _mm_add_epi16(dc, T2); in TransformSSE2() 144 const __m128i c = _mm_add_epi16(c3, c4); in TransformSSE2() [all …]
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts_SSE2.cpp | 109 __m128i sum = _mm_add_epi16(a00a10, a01a11); in S32_opaque_D32_filter_DX_SSE2() 115 sum = _mm_add_epi16(sum, shifted); in S32_opaque_D32_filter_DX_SSE2() 219 __m128i sum = _mm_add_epi16(a00a10, a01a11); in S32_alpha_D32_filter_DX_SSE2() 225 sum = _mm_add_epi16(sum, shifted); in S32_alpha_D32_filter_DX_SSE2()
|
D | SkBlitRow_opts_SSE2.cpp | 149 dst_rb = _mm_add_epi16(dst_rb, dst_rb_low); in S32A_Opaque_BlitRow32_SSE2() 150 dst_rb = _mm_add_epi16(dst_rb, c_128); in S32A_Opaque_BlitRow32_SSE2() 154 dst_ag = _mm_add_epi16(dst_ag, dst_ag_low); in S32A_Opaque_BlitRow32_SSE2() 155 dst_ag = _mm_add_epi16(dst_ag, c_128); in S32A_Opaque_BlitRow32_SSE2() 429 src_scale_wide = _mm_add_epi16(src_scale_wide, c_1); in SkARGB32_BlitMask_SSE2()
|
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 275 hsad_h = _mm_add_epi16(hsad_h, diff_h); in icvFindStereoCorrespondenceBM_SSE2() 276 hsad_l = _mm_add_epi16(hsad_l, diff); in icvFindStereoCorrespondenceBM_SSE2() 316 sad8 = _mm_add_epi16(sad8, v1); in icvFindStereoCorrespondenceBM_SSE2() 322 d8 = _mm_add_epi16(d8, dd_8); in icvFindStereoCorrespondenceBM_SSE2() 364 d8 = _mm_add_epi16(d8, dd_8); in icvFindStereoCorrespondenceBM_SSE2()
|
D | cvsmooth.cpp | 577 _mm_store_si128( (__m128i*) &y[0], _mm_add_epi16( in histogram_add() 579 _mm_store_si128( (__m128i*) &y[8], _mm_add_epi16( in histogram_add()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 580 _mm_add_epi16(__m128i a, __m128i b) in _mm_add_epi16() function
|