Searched refs:td_rowsperstrip (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
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()
|
A D | tif_strip.c | 44 strip = row / td->td_rowsperstrip; in TIFFComputeStrip() 66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips() 67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips() 206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64()
|
A D | tif_dir.h | 80 uint32 td_rowsperstrip; member
|
A D | tif_read.c | 338 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFSeek() 340 strip = row / td->td_rowsperstrip; in TIFFSeek() 487 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStripGetStripSize() 1441 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFStartStrip()
|
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()
|
A D | tif_jpeg.c | 1136 if (segment_height > td->td_rowsperstrip) in JPEGPreDecode() 1137 segment_height = td->td_rowsperstrip; in JPEGPreDecode() 1862 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1863 (td->td_rowsperstrip % (sp->v_sampling * DCTSIZE)) != 0) { in JPEGSetupEncode() 1925 if (segment_height > td->td_rowsperstrip) in JPEGPreEncode() 1926 segment_height = td->td_rowsperstrip; in JPEGPreEncode()
|
A D | tif_aux.c | 200 *va_arg(ap, uint32 *) = td->td_rowsperstrip; in TIFFVGetFieldDefaulted()
|
A D | tif_luv.c | 1317 else if( td->td_rowsperstrip < td->td_imagelength ) in LogL16InitState() 1318 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState() 1419 else if( td->td_rowsperstrip < td->td_imagelength ) in LogLuvInitState() 1420 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
|
A D | tif_dir.c | 297 td->td_rowsperstrip = v32; in _TIFFVSetField() 937 *va_arg(ap, uint32*) = td->td_rowsperstrip; in _TIFFVGetField() 1372 td->td_rowsperstrip = (uint32) -1; in TIFFDefaultDirectory()
|
A D | tif_pixarlog.c | 686 strip_height = td->td_rowsperstrip; in PixarLogSetupDecode() 919 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupEncode() 1158 if( n > (tmsize_t)(td->td_rowsperstrip * llen) ) in PixarLogEncode()
|
A D | tif_dirread.c | 3764 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory() 4566 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 5757 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|
A D | tif_ojpeg.c | 1060 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
|
A D | tif_dirwrite.c | 501 … (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip)) in TIFFWriteDirectorySec()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 335 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 1082 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 205 when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX)
|
Completed in 46 milliseconds