Lines Matching defs:tif
163 TIFF* tif; /* back link needed by some code */ member
188 #define JState(tif) ((JPEGState*)(tif)->tif_data) argument
404 TIFF* tif = sp->tif; in std_init_destination() local
414 TIFF* tif = sp->tif; in std_empty_output_buffer() local
442 TIFF* tif = sp->tif; in std_term_destination() local
451 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_dest()
502 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_dest()
534 TIFF* tif = sp->tif; in std_init_source() local
600 TIFFjpeg_data_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_src()
628 TIFFjpeg_tables_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_src()
642 alloc_downsampled_buffers(TIFF* tif, jpeg_component_info* comp_info, in alloc_downsampled_buffers()
687 TIFF* tif; member
705 JPEGFixupTags(TIFF* tif) in JPEGFixupTags()
722 JPEGFixupTagsSubsampling(TIFF* tif) in JPEGFixupTagsSubsampling()
970 JPEGSetupDecode(TIFF* tif) in JPEGSetupDecode()
1018 JPEGPreDecode(TIFF* tif, uint16 s) in JPEGPreDecode()
1195 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1251 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1356 DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DecodeRowError()
1373 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw()
1555 prepare_JPEGTables(TIFF* tif) in prepare_JPEGTables()
1587 JPEGSetupEncode(TIFF* tif) in JPEGSetupEncode()
1761 JPEGPreEncode(TIFF* tif, uint16 s) in JPEGPreEncode()
1898 JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncode()
1976 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw()
2060 JPEGPostEncode(TIFF* tif) in JPEGPostEncode()
2095 JPEGCleanup(TIFF* tif) in JPEGCleanup()
2115 JPEGResetUpsampled( TIFF* tif ) in JPEGResetUpsampled()
2150 JPEGVSetField(TIFF* tif, uint32 tag, va_list ap) in JPEGVSetField()
2205 JPEGVGetField(TIFF* tif, uint32 tag, va_list ap) in JPEGVGetField()
2232 JPEGPrintDir(TIFF* tif, FILE* fd, long flags) in JPEGPrintDir()
2249 JPEGDefaultStripSize(TIFF* tif, uint32 s) in JPEGDefaultStripSize()
2261 JPEGDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in JPEGDefaultTileSize()
2293 static int JPEGInitializeLibJPEG( TIFF * tif, int decompress ) in JPEGInitializeLibJPEG()
2335 TIFFInitJPEG(TIFF* tif, int scheme) in TIFFInitJPEG()