• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/

Lines Matching refs:TIFF

30  * TIFF Library
32 * JPEG Compression support per TIFF Technical Note #2
33 * (*not* per the original TIFF 6.0 spec).
45 int TIFFFillStrip(TIFF*, tstrip_t);
46 int TIFFFillTile(TIFF*, ttile_t);
89 * State block for each open TIFF file using
118 TIFF* tif; /* back link needed by some code */
144 static int JPEGDecode(TIFF*, tidata_t, tsize_t, tsample_t);
145 static int JPEGDecodeRaw(TIFF*, tidata_t, tsize_t, tsample_t);
146 static int JPEGEncode(TIFF*, tidata_t, tsize_t, tsample_t);
147 static int JPEGEncodeRaw(TIFF*, tidata_t, tsize_t, tsample_t);
148 static int JPEGInitializeLibJPEG( TIFF * tif );
356 TIFF* tif = sp->tif;
366 TIFF* tif = sp->tif;
381 TIFF* tif = sp->tif;
390 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif)
441 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif)
473 TIFF* tif = sp->tif;
523 TIFFjpeg_data_src(JPEGState* sp, TIFF* tif)
551 TIFFjpeg_tables_src(JPEGState* sp, TIFF* tif)
565 alloc_downsampled_buffers(TIFF* tif, jpeg_component_info* comp_info,
595 JPEGSetupDecode(TIFF* tif)
622 /* TIFF 6.0 forbids subsampling of all other color spaces */
638 JPEGPreDecode(TIFF* tif, tsample_t s)
785 JPEGDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
820 JPEGDecodeRaw(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
918 prepare_JPEGTables(TIFF* tif)
952 JPEGSetupEncode(TIFF* tif)
1002 /* TIFF 6.0 forbids subsampling of all other color spaces */
1068 JPEGPreEncode(TIFF* tif, tsample_t s)
1189 JPEGEncode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
1218 JPEGEncodeRaw(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
1295 JPEGPostEncode(TIFF* tif)
1330 JPEGCleanup(TIFF* tif)
1344 JPEGVSetField(TIFF* tif, ttag_t tag, va_list ap)
1404 * Some JPEG-in-TIFF produces do not emit the YCBCRSUBSAMPLING values in
1405 * the TIFF tags, but still use non-default (2,2) values within the jpeg
1406 * data stream itself. In order for TIFF applications to work properly
1434 JPEGFixupTestSubsampling( TIFF * tif )
1443 * Some JPEG-in-TIFF files don't provide the ycbcrsampling tags,
1471 JPEGVGetField(TIFF* tif, ttag_t tag, va_list ap)
1502 JPEGPrintDir(TIFF* tif, FILE* fd, long flags)
1513 JPEGDefaultStripSize(TIFF* tif, uint32 s)
1525 JPEGDefaultTileSize(TIFF* tif, uint32* tw, uint32* th)
1537 * now that we allow a TIFF file to be opened in update mode it is necessary
1557 static int JPEGInitializeLibJPEG( TIFF * tif )
1602 TIFFInitJPEG(TIFF* tif, int scheme)