Searched refs:td_rowsperstrip (Results 1 – 14 of 14) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_write.c | 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline() 93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline() 117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline() 123 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline() 159 td->td_rowsperstrip; in TIFFWriteScanline() 214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip() 232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip() 335 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip() 344 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
|
| H A D | tif_strip.c | 44 strip = row / td->td_rowsperstrip; in TIFFComputeStrip() 75 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips() 76 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips() 215 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64()
|
| H A D | tif_read.c | 203 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFSeek() 205 strip = row / td->td_rowsperstrip; in TIFFSeek() 346 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStrip() 1010 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFStartStrip()
|
| H A D | tif_dir.h | 80 uint32 td_rowsperstrip; member
|
| H A D | tif_jpeg.c | 1051 if (segment_height > td->td_rowsperstrip) in JPEGPreDecode() 1052 segment_height = td->td_rowsperstrip; in JPEGPreDecode() 1700 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1701 (td->td_rowsperstrip % (sp->v_sampling * DCTSIZE)) != 0) { in JPEGSetupEncode() 1763 if (segment_height > td->td_rowsperstrip) in JPEGPreEncode() 1764 segment_height = td->td_rowsperstrip; in JPEGPreEncode()
|
| H A D | tif_print.c | 475 if (td->td_rowsperstrip == (uint32) -1) in TIFFPrintDirectory() 478 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip); in TIFFPrintDirectory()
|
| H A D | tif_aux.c | 200 *va_arg(ap, uint32 *) = td->td_rowsperstrip; in TIFFVGetFieldDefaulted()
|
| H A D | tif_dir.c | 287 td->td_rowsperstrip = v32; in _TIFFVSetField() 899 *va_arg(ap, uint32*) = td->td_rowsperstrip; in _TIFFVGetField() 1331 td->td_rowsperstrip = (uint32) -1; in TIFFDefaultDirectory()
|
| H A D | tif_pixarlog.c | 690 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupDecode() 897 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupEncode() 1136 if( n > (tmsize_t)(td->td_rowsperstrip * llen) ) in PixarLogEncode()
|
| H A D | tif_luv.c | 1316 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState() 1416 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
|
| H A D | tif_dirread.c | 3614 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory() 4363 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 5539 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|
| H A D | tif_ojpeg.c | 1052 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
|
| H A D | tif_dirwrite.c | 500 … (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip)) in TIFFWriteDirectorySec()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirread.c | 335 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 1082 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|