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()
112 op[0] |= lastpixel; in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 lastpixel |= lastpixel << 4; in ThunderDecode()
119 *op++ = (uint8) lastpixel; in ThunderDecode()
123 lastpixel &= 0xf; in ThunderDecode()
127 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
129 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
131 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
135 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
137 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()