Lines Matching full:tiff
31 * TIFF Library.
36 * PixarLog film support uses the TIFF library to store companded
37 * 11 bit values into a tiff file, which are compressed using the
456 * State block for each open TIFF
599 static int PixarLogEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
600 static int PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
663 PixarLogFixupTags(TIFF* tif)
670 PixarLogSetupDecode(TIFF* tif)
731 PixarLogPreDecode(TIFF* tif, uint16 s)
753 PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
900 PixarLogSetupEncode(TIFF* tif)
940 PixarLogPreEncode(TIFF* tif, uint16 s)
1119 PixarLogEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
1220 PixarLogPostEncode(TIFF* tif)
1251 PixarLogClose(TIFF* tif)
1259 * the spirit of TIFF, and breaks TIFF, on close, we covertly
1281 PixarLogCleanup(TIFF* tif)
1313 PixarLogVSetField(TIFF* tif, uint32 tag, va_list ap)
1333 /* Tweak the TIFF header so that the rest of libtiff knows what
1375 PixarLogVGetField(TIFF* tif, uint32 tag, va_list ap)
1398 TIFFInitPixarLog(TIFF* tif, int scheme)