Searched refs:delta (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_thunder.c | 101 int n, delta; in ThunderDecode() local 126 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode() 127 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode() 128 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode() 129 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode() 130 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode() 131 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode() 134 if ((delta = ((n >> 3) & 7)) != DELTA3_SKIP) in ThunderDecode() 135 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode() 136 if ((delta = (n & 7)) != DELTA3_SKIP) in ThunderDecode() [all …]
|
| H A D | tif_write.c | 45 static int TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module); 680 TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module) in TIFFGrowStrips() argument 688 (td->td_nstrips + delta) * sizeof (uint64)); in TIFFGrowStrips() 690 (td->td_nstrips + delta) * sizeof (uint64)); in TIFFGrowStrips() 703 0, delta*sizeof (uint64)); in TIFFGrowStrips() 705 0, delta*sizeof (uint64)); in TIFFGrowStrips() 706 td->td_nstrips += delta; in TIFFGrowStrips()
|
| /libtiff-4.0.7/config/ |
| H A D | config.sub | 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
|