Home
last modified time | relevance | path

Searched refs:npixels (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
111 if (npixels & 1) { in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
116 npixels += n; in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
152 (unsigned __int64) npixels, in ThunderDecode()
[all …]
H A Dtif_luv.c190 tmsize_t npixels; in LogL16Decode() local
205 if(sp->tbuflen < npixels) { in LogL16Decode()
233 if (i != npixels) { in LogL16Decode()
266 tmsize_t npixels; in LogLuvDecode24() local
295 if (i != npixels) { in LogLuvDecode24()
323 tmsize_t npixels; in LogLuvDecode32() local
367 if (i != npixels) { in LogLuvDecode32()
443 tmsize_t npixels; in LogL16Encode() local
539 tmsize_t npixels; in LogLuvEncode24() local
562 for (i = npixels; i--; ) { in LogLuvEncode24()
[all …]
H A Dtif_next.c36 switch (npixels++ & 3) { \
106 uint32 npixels = 0, grey; in NeXTDecode() local
127 while (n-- > 0 && npixels < imagewidth && op_offset < scanline) in NeXTDecode()
129 if (npixels >= imagewidth) in NeXTDecode()
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp101 size_t npixels; in ReadTIFF() local
106 npixels = img.tif.width * img.tif.height; in ReadTIFF()
107 raster = (uint32*) _TIFFmalloc(npixels * sizeof (uint32)); in ReadTIFF()
/libtiff-4.0.7/tools/
H A Dtiffcmp.c507 uint32 npixels = imagewidth; in SeparateCompare() local
511 for (pixel = 0; npixels-- > 0; pixel++, cp1 += samplesperpixel, p2++) { in SeparateCompare()