Lines Matching refs:TIFF

47 int TIFFFillStrip(TIFF* tif, uint32 strip);
48 int TIFFFillTile(TIFF* tif, uint32 tile);
49 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode );
50 int TIFFJPEGIsFullStripRequired_12(TIFF* tif);
166 TIFF* tif; /* back link needed by some code */
194 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
195 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
196 static int JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
197 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
198 static int JPEGInitializeLibJPEG(TIFF * tif, int decode );
199 static int DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
450 TIFF* tif = sp->tif; in std_init_destination()
460 TIFF* tif = sp->tif; in std_empty_output_buffer()
488 TIFF* tif = sp->tif; in std_term_destination()
497 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_dest()
548 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_dest()
580 TIFF* tif = sp->tif; in std_init_source()
687 alloc_downsampled_buffers(TIFF* tif, jpeg_component_info* comp_info, in alloc_downsampled_buffers()
732 TIFF* tif;
741 static void JPEGFixupTagsSubsampling(TIFF* tif);
750 JPEGFixupTags(TIFF* tif) in JPEGFixupTags()
767 JPEGFixupTagsSubsampling(TIFF* tif) in JPEGFixupTagsSubsampling()
1012 JPEGSetupDecode(TIFF* tif) in JPEGSetupDecode()
1063 int TIFFJPEGIsFullStripRequired(TIFF* tif) in TIFFJPEGIsFullStripRequired()
1096 JPEGPreDecode(TIFF* tif, uint16 s) in JPEGPreDecode()
1328 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1384 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1489 DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DecodeRowError()
1506 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw()
1696 prepare_JPEGTables(TIFF* tif) in prepare_JPEGTables()
1728 JPEGSetupEncode(TIFF* tif) in JPEGSetupEncode()
1902 JPEGPreEncode(TIFF* tif, uint16 s) in JPEGPreEncode()
2039 JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncode()
2117 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw()
2201 JPEGPostEncode(TIFF* tif) in JPEGPostEncode()
2236 JPEGCleanup(TIFF* tif) in JPEGCleanup()
2256 JPEGResetUpsampled( TIFF* tif ) in JPEGResetUpsampled()
2291 JPEGVSetField(TIFF* tif, uint32 tag, va_list ap) in JPEGVSetField()
2346 JPEGVGetField(TIFF* tif, uint32 tag, va_list ap) in JPEGVGetField()
2373 JPEGPrintDir(TIFF* tif, FILE* fd, long flags) in JPEGPrintDir()
2390 JPEGDefaultStripSize(TIFF* tif, uint32 s) in JPEGDefaultStripSize()
2402 JPEGDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in JPEGDefaultTileSize()
2434 static int JPEGInitializeLibJPEG( TIFF * tif, int decompress ) in JPEGInitializeLibJPEG()
2486 TIFFInitJPEG(TIFF* tif, int scheme) in TIFFInitJPEG()