Searched refs:dither_cur (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp969 __m128i dither, dither_cur; local
1010 dither_cur = _mm_mullo_epi16(dither,
1012 dither_cur = _mm_srli_epi16(dither_cur, 8);
1023 sr = _mm_add_epi16(sr, dither_cur);
1038 sg = _mm_add_epi16(sg, _mm_srli_epi16(dither_cur, 1));
1053 sb = _mm_add_epi16(sb, dither_cur);

Completed in 48 milliseconds