Lines Matching refs:lastpixel
60 lastpixel = (v) & 0xf; \
64 *op++ |= lastpixel; \
66 op[0] = (uint8) (lastpixel << 4); \
93 unsigned int lastpixel; in ThunderDecode() local
98 lastpixel = 0; in ThunderDecode()
111 op[0] |= lastpixel; in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 lastpixel |= lastpixel << 4; in ThunderDecode()
118 *op++ = (uint8) lastpixel; in ThunderDecode()
122 lastpixel &= 0xf; in ThunderDecode()
126 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
128 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
130 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
134 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
136 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()