Home | History | Annotate | Download | only in libtiff

Lines Matching full:tiff

30  * TIFF Library.  
49 * to the TIFF spec. Thus, to maintain compatibility w/ Aldus
54 * Future revisions to the TIFF spec are expected to "clarify this issue".
67 * The TIFF spec specifies that encoded bit
87 * State block for each open TIFF file using LZW
128 typedef int (*decodeFunc)(TIFF*, uint8*, tmsize_t, uint16);
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
192 LZWFixupTags(TIFF* tif)
199 LZWSetupDecode(TIFF* tif)
261 LZWPreDecode(TIFF* tif, uint16 s)
352 codeLoop(TIFF* tif, const char* module)
360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
597 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
797 LZWSetupEncode(TIFF* tif)
816 LZWPreEncode(TIFF* tif, uint16 s)
883 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
1051 LZWPostEncode(TIFF* tif)
1123 LZWCleanup(TIFF* tif)
1142 TIFFInitLZW(TIFF* tif, int scheme)