Lines Matching defs:LZWDecode
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
179 "LZWDecode: Strip %d not terminated with EOI code", \
306 sp->dec_decode = LZWDecode;
312 sp->dec_decode = LZWDecode;
360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
362 static const char module[] = "LZWDecode";
453 "LZWDecode: Corrupted LZW table at scanline %d",
674 "LZWDecode: Corrupted LZW table at scanline %d",
1128 tif->tif_decoderow = LZWDecode;
1129 tif->tif_decodestrip = LZWDecode;
1130 tif->tif_decodetile = LZWDecode;