Home
last modified time | relevance | path

Searched refs:tif_dir (Results 1 – 25 of 37) sorted by relevance

12

/libtiff-4.0.7/libtiff/
H A Dtif_dirwrite.c197 if (tif->tif_dir.td_stripoffset == NULL) in TIFFCheckpointDirectory()
573 if (tif->tif_dir.td_extrasamples) in TIFFWriteDirectorySec()
956 switch (tif->tif_dir.td_sampleformat) in TIFFWriteDirectoryTagSampleformatArray()
971 if (tif->tif_dir.td_bitspersample<=8) in TIFFWriteDirectoryTagSampleformatArray()
1022 switch (tif->tif_dir.td_sampleformat)
1786 m=(1<<tif->tif_dir.td_bitspersample); in TIFFWriteDirectoryTagColormap()
1814 m=(1<<tif->tif_dir.td_bitspersample); in TIFFWriteDirectoryTagTransferfunction()
1815 n=tif->tif_dir.td_samplesperpixel-tif->tif_dir.td_extrasamples; in TIFFWriteDirectoryTagTransferfunction()
1858 if (tif->tif_dir.td_nsubifd==0) in TIFFWriteDirectoryTagSubifd()
1878 pa=tif->tif_dir.td_subifd; in TIFFWriteDirectoryTagSubifd()
[all …]
H A Dtif_dirread.c3613 tif->tif_dir.td_tilewidth = tif->tif_dir.td_imagewidth; in TIFFReadDirectory()
3614 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory()
3615 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()
3627 tif->tif_dir.td_stripsperimage = tif->tif_dir.td_nstrips; in TIFFReadDirectory()
3629 tif->tif_dir.td_stripsperimage /= tif->tif_dir.td_samplesperpixel; in TIFFReadDirectory()
3727 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset)) in TIFFReadDirectory()
3899 if ( tif->tif_dir.td_bitspersample>=8 && tif->tif_dir.td_samplesperpixel==3) in TIFFReadDirectory()
3927 tif->tif_dir.td_nstrips != (uint32)tif->tif_dir.td_samplesperpixel)) { in TIFFReadDirectory()
3950 ( (tif->tif_dir.td_stripbytecount[0] == 0 && tif->tif_dir.td_stripoffset[0] != 0) || \ in TIFFReadDirectory()
3976 && tif->tif_dir.td_stripbytecount[0] != tif->tif_dir.td_stripbytecount[1] in TIFFReadDirectory()
[all …]
H A Dtif_write.c67 td = &tif->tif_dir; in TIFFWriteScanline()
191 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteEncodedStrip()
309 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteRawStrip()
390 td = &tif->tif_dir; in TIFFWriteEncodedTile()
513 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile()
516 (unsigned long) tif->tif_dir.td_nstrips); in TIFFWriteRawTile()
529 TIFFDirectory* td = &tif->tif_dir; in TIFFSetupStrips()
597 if (tif->tif_dir.td_samplesperpixel == 1) { in TIFFWriteCheck()
614 tif->tif_dir.td_nstrips = 0; in TIFFWriteCheck()
682 TIFFDirectory *td = &tif->tif_dir; in TIFFGrowStrips()
[all …]
H A Dtif_flush.c57 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush()
59 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush()
71 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush()
73 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush()
H A Dtif_read.c54 register TIFFDirectory *td = &tif->tif_dir; in TIFFFillStripPartial()
325 TIFFDirectory *td = &tif->tif_dir; in TIFFReadEncodedStrip()
390 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawStrip1()
464 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawStrip()
516 TIFFDirectory *td = &tif->tif_dir; in TIFFFillStrip()
676 TIFFDirectory *td = &tif->tif_dir; in TIFFReadEncodedTile()
720 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawTile1()
799 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawTile()
837 TIFFDirectory *td = &tif->tif_dir; in TIFFFillTile()
999 TIFFDirectory *td = &tif->tif_dir; in TIFFStartStrip()
[all …]
H A Dtif_strip.c41 TIFFDirectory *td = &tif->tif_dir; in TIFFComputeStrip()
63 TIFFDirectory *td = &tif->tif_dir; in TIFFNumberOfStrips()
90 TIFFDirectory *td = &tif->tif_dir; in TIFFVStripSize64()
161 TIFFDirectory* td = &tif->tif_dir; in TIFFRawStripSize64()
214 TIFFDirectory* td = &tif->tif_dir; in TIFFStripSize64()
286 TIFFDirectory *td = &tif->tif_dir; in TIFFScanlineSize64()
364 TIFFDirectory *td = &tif->tif_dir; in TIFFRasterScanlineSize64()
H A Dtif_tile.c40 TIFFDirectory *td = &tif->tif_dir; in TIFFComputeTile()
77 TIFFDirectory *td = &tif->tif_dir; in TIFFCheckTile()
117 TIFFDirectory *td = &tif->tif_dir; in TIFFNumberOfTiles()
147 TIFFDirectory *td = &tif->tif_dir; in TIFFTileRowSize64()
204 TIFFDirectory *td = &tif->tif_dir; in TIFFVTileSize64()
270 return (TIFFVTileSize64(tif, tif->tif_dir.td_tilelength)); in TIFFTileSize64()
H A Dtif_jpeg.c702 (tif->tif_dir.td_samplesperpixel==3)) in JPEGFixupTags()
760 m.fileoffset=tif->tif_dir.td_stripoffset[0]; in JPEGFixupTagsSubsampling()
868 …if ((ph!=data->tif->tif_dir.td_ycbcrsubsampling[0])||(pv!=data->tif->tif_dir.td_ycbcrsubsampling[1… in JPEGFixupTagsSubsamplingSec()
963 TIFFDirectory *td = &tif->tif_dir; in JPEGSetupDecode()
966 if( tif->tif_dir.td_bitspersample == 12 ) in JPEGSetupDecode()
1011 TIFFDirectory *td = &tif->tif_dir; in JPEGPreDecode()
1580 TIFFDirectory *td = &tif->tif_dir; in JPEGSetupEncode()
1740 TIFFDirectory *td = &tif->tif_dir; in JPEGPreEncode()
2094 TIFFDirectory* td = &tif->tif_dir; in JPEGResetUpsampled()
2228 TIFFDirectory *td = &tif->tif_dir; in JPEGDefaultStripSize()
[all …]
H A Dtif_jbig.c58 if (isFillOrder(tif, tif->tif_dir.td_fillorder)) in JBIGDecode()
149 if (isFillOrder(tif, tif->tif_dir.td_fillorder)) in JBIGOutputBie()
159 TIFFDirectory* dir = &tif->tif_dir; in JBIGEncode()
H A Dtif_next.c108 uint32 imagewidth = tif->tif_dir.td_imagewidth; in NeXTDecode()
110 imagewidth = tif->tif_dir.td_tilewidth; in NeXTDecode()
158 TIFFDirectory *td = &tif->tif_dir; in NeXTPreDecode()
H A Dtif_thunder.c75 if( tif->tif_dir.td_bitspersample != 4 ) in ThunderSetupDecode()
79 (int) tif->tif_dir.td_bitspersample ); in ThunderSetupDecode()
181 if (!ThunderDecode(tif, row, tif->tif_dir.td_imagewidth)) in ThunderDecodeRow()
H A Dtif_compress.c37 const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression); in TIFFNoEncode()
46 tif->tif_dir.td_compression, method); in TIFFNoEncode()
75 const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression); in TIFFNoDecode()
84 tif->tif_dir.td_compression, method); in TIFFNoDecode()
H A Dtif_ojpeg.c990 if ((tif->tif_dir.td_samplesperpixel!=3) || ((tif->tif_dir.td_photometric!=PHOTOMETRIC_YCBCR) && in OJPEGSubsamplingCorrect()
1041 sp->image_width=tif->tif_dir.td_imagewidth; in OJPEGReadHeaderInfo()
1042 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1045 sp->strile_width=tif->tif_dir.td_tilewidth; in OJPEGReadHeaderInfo()
1046 sp->strile_length=tif->tif_dir.td_tilelength; in OJPEGReadHeaderInfo()
1052 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
1055 if (tif->tif_dir.td_samplesperpixel==1) in OJPEGReadHeaderInfo()
1065 if (tif->tif_dir.td_samplesperpixel!=3) in OJPEGReadHeaderInfo()
1275 sp->in_buffer_strile_count=tif->tif_dir.td_nstrips; in OJPEGReadHeaderInfoSec()
1972 || sp->tif->tif_dir.td_stripoffset == NULL in OJPEGReadBufferFill()
[all …]
H A Dtif_extension.c39 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListCount()
47 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListEntry()
H A Dtif_codec.c108 const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression); in _notConfigured()
111 sprintf(compression_code, "%d",tif->tif_dir.td_compression ); in _notConfigured()
H A DMakefile.lcc46 tif_dir.c \
76 tif_dir.o \
H A DMakefile.am56 tif_dir.h \
70 tif_dir.c \
H A Dtif_predict.c60 TIFFDirectory* td = &tif->tif_dir; in PredictorSetup()
118 TIFFDirectory* td = &tif->tif_dir; in PredictorSetupDecode()
197 TIFFDirectory* td = &tif->tif_dir; in PredictorSetupEncode()
408 uint32 bps = tif->tif_dir.td_bitspersample / 8; in fpAcc()
640 uint32 bps = tif->tif_dir.td_bitspersample / 8; in fpDiff()
H A Dtif_fax3.c164 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
476 TIFFDirectory* td = &tif->tif_dir; in Fax3SetupState()
740 float res = tif->tif_dir.td_yresolution; in Fax3PreEncode()
751 if (tif->tif_dir.td_resolutionunit == RESUNIT_CENTIMETER) in Fax3PreEncode()
1177 if (tif->tif_dir.td_compression == COMPRESSION_CCITTFAX3) in Fax3VSetField()
1182 if (tif->tif_dir.td_compression == COMPRESSION_CCITTFAX4) in Fax3VSetField()
1250 if (tif->tif_dir.td_compression == COMPRESSION_CCITTFAX4) { in Fax3PrintDir()
H A DCMakeLists.txt51 tif_dir.h
65 tif_dir.c
H A DMakefile.vc46 tif_dir.obj \
/libtiff-4.0.7/contrib/win_dib/
H A DMakefile.w9543 tif_dir.c \
73 tif_dir.obj \
/libtiff-4.0.7/
H A DChangeLog3032 tif_dir.h, tif_dir.c, tiffio.h}: Transition to the new-style tag
3767 * libtiff/{tif_dir.c, tif_dir.h, tif_dirread.c, tif_dirinfo.c}:
3781 * libtiff/{tif_aux.c, tif_dir.c, tif_dir.h, tif_dirwrite.c,
3787 * libtiff/{tif_aux.c, tif_dir.c, tif_dir.h, tif_print.c}: Make
3802 * libtiff/{tif_dir.c, tif_dir.h, tif_print.c}: Make RichTIFFIPTC,
3838 * libtiff/{tif_dir.c, tif_dir.h, tif_print.c}: Make XMLPacket tag
3845 * libtiff/{tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c,
3851 * libtiff/{tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c}:
4050 * libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}:
4839 * libtiff/{tif_dir.h, tif_dir.c, tif_dirread.c, tif_write.c}:
[all …]
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c199 td = &tif->tif_dir; in TIFFReadPrivateDataSubDirectory()
291 register TIFFDirectory *td = &tif->tif_dir; in EstimateStripByteCounts()
887 int samples = tif->tif_dir.td_samplesperpixel; in TIFFFetchPerSampleShorts()
923 int samples = (int) tif->tif_dir.td_samplesperpixel; in TIFFFetchPerSampleAnys()
1062 register TIFFDirectory *td = &tif->tif_dir; in ChopUpSingleUncompressedStrip()
H A Dtif_pdsdirwrite.c519 int i, status, samples = tif->tif_dir.td_samplesperpixel; in TIFFWritePerSampleShorts()
544 int samples = (int) tif->tif_dir.td_samplesperpixel; in TIFFWritePerSampleAnys()
585 dir->tdir_count = (uint32) (1L<<tif->tif_dir.td_bitspersample); in TIFFWriteShortTable()
825 TIFFDirectory* td = &tif->tif_dir; in TIFFWriteTransferFunction()

12