Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp399 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2() local
413 wide_low = _mm_add_epi32(wide_low, wide_dx8); in ClampX_ClampY_nofilter_scale_SSE2()
414 wide_high = _mm_add_epi32(wide_high, wide_dx8); in ClampX_ClampY_nofilter_scale_SSE2()
441 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2() local
463 wide_low = _mm_add_epi32(wide_low, wide_dx8); in ClampX_ClampY_nofilter_scale_SSE2()
464 wide_high = _mm_add_epi32(wide_high, wide_dx8); in ClampX_ClampY_nofilter_scale_SSE2()