Searched refs:td_imagelength (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_tile.c | 51 dy = td->td_imagelength; in TIFFComputeTile() 56 uint32 ypt = TIFFhowmany_32(td->td_imagelength, dy); in TIFFComputeTile() 86 if (y >= td->td_imagelength) { in TIFFCheckTile() 90 (unsigned long) (td->td_imagelength - 1)); in TIFFCheckTile() 126 dy = td->td_imagelength; in TIFFNumberOfTiles() 131 TIFFhowmany_32(td->td_imagelength, dy), in TIFFNumberOfTiles()
|
A D | tif_strip.c | 67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 207 if (rps > td->td_imagelength) in TIFFStripSize64() 208 rps = td->td_imagelength; in TIFFStripSize64()
|
A D | tif_write.c | 72 if (row >= td->td_imagelength) { /* extend image */ in TIFFWriteScanline() 78 td->td_imagelength = row+1; in TIFFWriteScanline() 117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline() 214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip() 335 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip() 432 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFWriteEncodedTile() 524 (TIFFFieldSet(tif,f) && (tif)->tif_dir.td_imagelength == 0)
|
A D | tif_read.c | 324 if (row >= td->td_imagelength) { /* out of range */ in TIFFSeek() 328 (unsigned long) td->td_imagelength); in TIFFSeek() 488 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStripGetStripSize() 489 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStripGetStripSize() 490 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize() 493 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStripGetStripSize() 1487 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFStartTile()
|
A D | tif_jbig.c | 167 dir->td_imagelength, in JBIGEncode()
|
A D | tif_jpeg.c | 1135 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreDecode() 1159 tif->tif_row + segment_height == td->td_imagelength && in JPEGPreDecode() 1514 if( (uint32)nrows > td->td_imagelength - tif->tif_row && !isTiled(tif) ) in JPEGDecodeRaw() 1515 nrows = td->td_imagelength - tif->tif_row; in JPEGDecodeRaw() 1862 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1924 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreEncode() 2053 if( !isTiled(tif) && tif->tif_row+nrows > tif->tif_dir.td_imagelength ) in JPEGEncode() 2054 nrows = tif->tif_dir.td_imagelength - tif->tif_row; in JPEGEncode() 2393 if (s < td->td_imagelength) in JPEGDefaultStripSize()
|
A D | tif_dir.h | 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
A D | tif_luv.c | 1317 else if( td->td_rowsperstrip < td->td_imagelength ) in LogL16InitState() 1320 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogL16InitState() 1419 else if( td->td_rowsperstrip < td->td_imagelength ) in LogLuvInitState() 1422 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogLuvInitState()
|
A D | tif_print.c | 269 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength); in TIFFPrintDirectory()
|
A D | tif_dir.c | 199 td->td_imagelength = (uint32) va_arg(ap, uint32); in _TIFFVSetField() 913 *va_arg(ap, uint32*) = td->td_imagelength; in _TIFFVGetField()
|
A D | tif_pixarlog.c | 687 if( strip_height > td->td_imagelength ) in PixarLogSetupDecode() 688 strip_height = td->td_imagelength; in PixarLogSetupDecode()
|
A D | tif_dirread.c | 4153 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory() 4560 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() 4566 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 5759 nstrips = TIFFhowmany_32(td->td_imagelength, rowsperstrip); in ChopUpSingleUncompressedStrip()
|
A D | tif_ojpeg.c | 1050 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
|
A D | tif_dirwrite.c | 435 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGELENGTH,tif->tif_dir.td_imagelength)) in TIFFWriteDirectorySec()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 329 uint32 rowsperstrip = td->td_imagelength / td->td_nstrips; in EstimateStripByteCounts() 335 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 821 instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip),
|
Completed in 70 milliseconds