Home
last modified time | relevance | path

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 Dtif_tile.c51 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 Dtif_strip.c67 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 Dtif_write.c72 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 Dtif_read.c324 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 Dtif_jbig.c167 dir->td_imagelength, in JBIGEncode()
A Dtif_jpeg.c1135 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 Dtif_dir.h69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
A Dtif_luv.c1317 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 Dtif_print.c269 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength); in TIFFPrintDirectory()
A Dtif_dir.c199 td->td_imagelength = (uint32) va_arg(ap, uint32); in _TIFFVSetField()
913 *va_arg(ap, uint32*) = td->td_imagelength; in _TIFFVGetField()
A Dtif_pixarlog.c687 if( strip_height > td->td_imagelength ) in PixarLogSetupDecode()
688 strip_height = td->td_imagelength; in PixarLogSetupDecode()
A Dtif_dirread.c4153 … 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 Dtif_ojpeg.c1050 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
A Dtif_dirwrite.c435 …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 Dtif_pdsdirread.c329 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 DChangeLog821 instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip),

Completed in 70 milliseconds