Searched refs:lastpixel (Results 1 – 3 of 3) sorted by relevance
60 lastpixel = (v) & 0xf; \64 *op++ |= lastpixel; \66 op[0] = (uint8) (lastpixel << 4); \93 unsigned int lastpixel; in ThunderDecode() local98 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()[all …]
69 int lastline, lastpixel; in fsdither() local114 lastpixel = (j == jmax); in fsdither()129 if (!lastpixel) in fsdither()135 if (!lastpixel) in fsdither()
822 int lastline, lastpixel; in quant_fsdither() local844 lastpixel = (j == jmax); in quant_fsdither()881 if (!lastpixel) { in quant_fsdither()895 if (!lastpixel) { in quant_fsdither()
Completed in 7 milliseconds