Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 20 of 20) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_compress.c161 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme() argument
163 const TIFFCodec *c = TIFFFindCODEC((uint16) scheme); in TIFFSetCompressionScheme()
172 return (c ? (*c->init)(tif, scheme) : 1); in TIFFSetCompressionScheme()
187 TIFFFindCODEC(uint16 scheme) in TIFFFindCODEC() argument
193 if (cd->info->scheme == scheme) in TIFFFindCODEC()
196 if (c->scheme == scheme) in TIFFFindCODEC()
202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC() argument
212 cd->info->scheme = scheme; in TIFFRegisterCODEC()
273 if (TIFFIsCODECConfigured(c->scheme)) { in TIFFGetConfiguredCODECs()
H A Dtif_codec.c119 NotConfigured(TIFF* tif, int scheme) in NotConfigured() argument
121 (void) scheme; in NotConfigured()
143 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured() argument
145 const TIFFCodec* codec = TIFFFindCODEC(scheme); in TIFFIsCODECConfigured()
H A Dtif_jpeg_12.c9 TIFFInitJPEG_12(TIFF* tif, int scheme);
15 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode ) in TIFFReInitJPEG_12() argument
20 assert(scheme == COMPRESSION_JPEG); in TIFFReInitJPEG_12()
H A Dtif_dumpmode.c124 TIFFInitDumpMode(TIFF* tif, int scheme) in TIFFInitDumpMode() argument
126 (void) scheme; in TIFFInitDumpMode()
H A Dtif_jbig.c181 int TIFFInitJBIG(TIFF* tif, int scheme) in TIFFInitJBIG() argument
183 assert(scheme == COMPRESSION_JBIG); in TIFFInitJBIG()
H A Dtif_next.c171 TIFFInitNeXT(TIFF* tif, int scheme) in TIFFInitNeXT() argument
173 (void) scheme; in TIFFInitNeXT()
H A Dtif_thunder.c190 TIFFInitThunderScan(TIFF* tif, int scheme) in TIFFInitThunderScan() argument
192 (void) scheme; in TIFFInitThunderScan()
H A Dtif_zip.c396 TIFFInitZIP(TIFF* tif, int scheme) in TIFFInitZIP() argument
401 assert( (scheme == COMPRESSION_DEFLATE) in TIFFInitZIP()
402 || (scheme == COMPRESSION_ADOBE_DEFLATE)); in TIFFInitZIP()
H A Dtif_fax3.c1367 TIFFInitCCITTFax3(TIFF* tif, int scheme) in TIFFInitCCITTFax3() argument
1369 (void) scheme; in TIFFInitCCITTFax3()
1485 TIFFInitCCITTFax4(TIFF* tif, int scheme) in TIFFInitCCITTFax4() argument
1487 (void) scheme; in TIFFInitCCITTFax4()
1572 TIFFInitCCITTRLE(TIFF* tif, int scheme) in TIFFInitCCITTRLE() argument
1574 (void) scheme; in TIFFInitCCITTRLE()
1589 TIFFInitCCITTRLEW(TIFF* tif, int scheme) in TIFFInitCCITTRLEW() argument
1591 (void) scheme; in TIFFInitCCITTRLEW()
H A Dtif_packbits.c283 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits() argument
285 (void) scheme; in TIFFInitPackBits()
H A Dtif_lzma.c410 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA() argument
416 assert( scheme == COMPRESSION_LZMA ); in TIFFInitLZMA()
H A Dtif_luv.c1682 TIFFInitSGILog(TIFF* tif, int scheme) in TIFFInitSGILog() argument
1687 assert(scheme == COMPRESSION_SGILOG24 || scheme == COMPRESSION_SGILOG); in TIFFInitSGILog()
1708 sp->encode_meth = (scheme == COMPRESSION_SGILOG24) ? in TIFFInitSGILog()
H A Dtif_lzw.c1117 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW() argument
1120 assert(scheme == COMPRESSION_LZW); in TIFFInitLZW()
H A Dtiffiop.h335 extern int TIFFSetCompressionScheme(TIFF* tif, int scheme);
H A Dtiffio.h254 uint16 scheme; member
H A Dtif_jpeg.c49 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode );
2302 TIFFInitJPEG(TIFF* tif, int scheme) in TIFFInitJPEG() argument
2306 assert(scheme == COMPRESSION_JPEG); in TIFFInitJPEG()
H A Dtif_pixarlog.c1368 TIFFInitPixarLog(TIFF* tif, int scheme) in TIFFInitPixarLog() argument
1374 assert(scheme == COMPRESSION_PIXARLOG); in TIFFInitPixarLog()
H A Dtif_ojpeg.c419 TIFFInitOJPEG(TIFF* tif, int scheme) in TIFFInitOJPEG() argument
424 assert(scheme==COMPRESSION_OJPEG); in TIFFInitOJPEG()
/libtiff-4.0.7/
H A DCMakeLists.txt80 # Library version (unlike libtool's baroque scheme, WYSIWYG here)
H A DChangeLog1831 TIFF compression scheme LZMA reserving a new value 34925 for
3033 extending scheme completed.
3045 tag extending scheme. Use the new scheme everywhere.
3363 support for JBIG compression scheme (34661 code) contributed by Lee