Lines Matching refs:lastpixel
58 lastpixel = (v) & 0xf; \
62 *op++ |= lastpixel; \
64 op[0] = (uint8) (lastpixel << 4); \
91 unsigned int lastpixel; in ThunderDecode() local
96 lastpixel = 0; in ThunderDecode()
110 op[0] |= lastpixel; in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
113 lastpixel |= lastpixel << 4; in ThunderDecode()
117 *op++ = (uint8) lastpixel; in ThunderDecode()
121 lastpixel &= 0xf; in ThunderDecode()
125 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
127 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
129 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
133 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()
135 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()