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

/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp703 unsigned short dither_value[8]; local
707 dither_value[0] = dither_value[4] = dither_scan[(x) & 3];
708 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3];
709 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3];
710 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3];
713 dither_value[
836 unsigned short dither_value[8]; local
[all...]

Completed in 709 milliseconds