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

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp1074 unsigned short dither_value[8]; local
1078 dither_value[0] = dither_value[4] = dither_scan[(x) & 3];
1079 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3];
1080 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3];
1081 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3];
1084 dither_value[
1207 unsigned short dither_value[8]; local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp1074 unsigned short dither_value[8]; local
1078 dither_value[0] = dither_value[4] = dither_scan[(x) & 3];
1079 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3];
1080 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3];
1081 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3];
1084 dither_value[
1207 unsigned short dither_value[8]; local
[all...]

Completed in 278 milliseconds