Home | History | Annotate | Download | only in libtiff

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", \
304 sp->dec_decode = LZWDecode;
310 sp->dec_decode = LZWDecode;
358 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
360 static const char module[] = "LZWDecode";
448 "LZWDecode: Corrupted LZW table at scanline %d",
667 "LZWDecode: Corrupted LZW table at scanline %d",
1117 tif->tif_decoderow = LZWDecode;
1118 tif->tif_decodestrip = LZWDecode;
1119 tif->tif_decodetile = LZWDecode;