Searched refs:npixels (Results 1 – 5 of 5) sorted by relevance
63 if (npixels++ & 1) \94 tmsize_t npixels; in ThunderDecode() local99 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 …]
191 tmsize_t npixels; in LogL16Decode() local206 if(sp->tbuflen < npixels) { in LogL16Decode()234 if (i != npixels) { in LogL16Decode()267 tmsize_t npixels; in LogLuvDecode24() local296 if (i != npixels) { in LogLuvDecode24()324 tmsize_t npixels; in LogLuvDecode32() local368 if (i != npixels) { in LogLuvDecode32()444 tmsize_t npixels; in LogL16Encode() local540 tmsize_t npixels; in LogLuvEncode24() local563 for (i = npixels; i--; ) { in LogLuvEncode24()[all …]
36 switch (npixels++ & 3) { \106 uint32 npixels = 0, grey; in NeXTDecode() local127 while (n-- > 0 && npixels < imagewidth && op_offset < scanline) in NeXTDecode()129 if (npixels >= imagewidth) in NeXTDecode()
101 size_t npixels; in ReadTIFF() local106 npixels = img.tif.width * img.tif.height; in ReadTIFF()107 raster = (uint32*) _TIFFmalloc(npixels * sizeof (uint32)); in ReadTIFF()
507 uint32 npixels = imagewidth; in SeparateCompare() local511 for (pixel = 0; npixels-- > 0; pixel++, cp1 += samplesperpixel, p2++) { in SeparateCompare()
Completed in 9 milliseconds