Searched refs:LZWDecode (Results 1 – 1 of 1) sorted by relevance
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);306 sp->dec_decode = LZWDecode; in LZWPreDecode()312 sp->dec_decode = LZWDecode; in LZWPreDecode()360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecode() function1163 tif->tif_decoderow = LZWDecode; in TIFFInitLZW()1164 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()1165 tif->tif_decodetile = LZWDecode; in TIFFInitLZW()