Home
last modified time | relevance | path

Searched refs:lastpixel (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_thunder.c60 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()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffdither.c69 int lastline, lastpixel; in fsdither() local
114 lastpixel = (j == jmax); in fsdither()
129 if (!lastpixel) in fsdither()
135 if (!lastpixel) in fsdither()
A Dtiffmedian.c822 int lastline, lastpixel; in quant_fsdither() local
844 lastpixel = (j == jmax); in quant_fsdither()
881 if (!lastpixel) { in quant_fsdither()
895 if (!lastpixel) { in quant_fsdither()

Completed in 5 milliseconds