Searched refs:td_stripbytecount (Results 1 – 12 of 12) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_write.c | 133 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteScanline() 136 td->td_stripbytecount[strip] = 0; in TIFFWriteScanline() 239 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteEncodedStrip() 407 if( td->td_stripbytecount[tile] > 0 ) in TIFFWriteEncodedTile() 544 td->td_stripbytecount = (uint64 *) in TIFFSetupStrips() 701 td->td_stripbytecount = new_stripbytecount; in TIFFGrowStrips() 704 _TIFFmemset(td->td_stripbytecount + td->td_nstrips, in TIFFGrowStrips() 726 if( td->td_stripbytecount[strip] != 0 in TIFFAppendToStrip() 759 old_byte_count = td->td_stripbytecount[strip]; in TIFFAppendToStrip() 760 td->td_stripbytecount[strip] = 0; in TIFFAppendToStrip() [all …]
|
| H A D | tif_read.c | 60 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillStripPartial() 122 if( (uint64) to_read > td->td_stripbytecount[strip] in TIFFFillStripPartial() 125 to_read = (tmsize_t) td->td_stripbytecount[strip] in TIFFFillStripPartial() 212 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFSeek() 214 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10 in TIFFSeek() 483 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip() 523 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() 817 bytecount64 = td->td_stripbytecount[tile]; in TIFFReadRawTile() 844 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile() 1021 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip]; in TIFFStartStrip() [all …]
|
| H A D | tif_dirread.c | 3976 && tif->tif_dir.td_stripbytecount[0] != tif->tif_dir.td_stripbytecount[1] in TIFFReadDirectory() 3977 && tif->tif_dir.td_stripbytecount[0] != 0 in TIFFReadDirectory() 4293 if (td->td_stripbytecount) in EstimateStripByteCounts() 4294 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts() 4295 td->td_stripbytecount = (uint64*) in EstimateStripByteCounts() 4298 if( td->td_stripbytecount == NULL ) in EstimateStripByteCounts() 4339 td->td_stripbytecount[strip] = space; in EstimateStripByteCounts() 4354 td->td_stripbytecount[strip] = bytespertile; in EstimateStripByteCounts() 5511 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() 5579 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip() [all …]
|
| H A D | tif_dir.h | 99 uint64* td_stripbytecount; member
|
| H A D | tif_print.c | 671 (unsigned __int64) td->td_stripbytecount[s]); in TIFFPrintDirectory() 676 (unsigned long long) td->td_stripbytecount[s]); in TIFFPrintDirectory()
|
| H A D | tif_strip.c | 162 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64()
|
| H A D | tif_ojpeg.c | 1973 || sp->tif->tif_dir.td_stripbytecount == NULL) in OJPEGReadBufferFill() 1985 else if (sp->tif->tif_dir.td_stripbytecount==NULL) in OJPEGReadBufferFill() 1989 if (sp->tif->tif_dir.td_stripbytecount == 0) { in OJPEGReadBufferFill() 1993 sp->in_buffer_file_togo=sp->tif->tif_dir.td_stripbytecount[sp->in_buffer_next_strile]; in OJPEGReadBufferFill()
|
| H A D | tif_jpeg.c | 739 if( tif->tif_dir.td_stripbytecount == NULL in JPEGFixupTagsSubsampling() 741 || tif->tif_dir.td_stripbytecount[0] == 0 ) in JPEGFixupTagsSubsampling() 762 m.filebytesleft=tif->tif_dir.td_stripbytecount[0]; in JPEGFixupTagsSubsampling()
|
| H A D | tif_dir.c | 974 *va_arg(ap, uint64**) = td->td_stripbytecount; in _TIFFVGetField() 1231 CleanupField(td_stripbytecount); in TIFFFreeDirectory()
|
| H A D | tif_dirwrite.c | 532 …rray(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec() 537 …Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirread.c | 294 if (td->td_stripbytecount) in EstimateStripByteCounts() 295 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts() 296 td->td_stripbytecount = (uint32*) in EstimateStripByteCounts() 315 td->td_stripbytecount[i] = space; in EstimateStripByteCounts() 324 if (td->td_stripoffset[i] + td->td_stripbytecount[i] > filesize) in EstimateStripByteCounts() 325 td->td_stripbytecount[i] = in EstimateStripByteCounts() 331 td->td_stripbytecount[i] = rowbytes*rowsperstrip; in EstimateStripByteCounts() 1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() 1119 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip() 1121 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 79 and other functions that expect td_stripbytecount to be non NULL. 3458 to new tstrile_t, types of td_stripoffset and td_stripbytecount to
|