Home
last modified time | relevance | path

Searched refs:space (Results 1 – 6 of 6) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c300 uint32 space = (uint32)(sizeof (TIFFHeader) in EstimateStripByteCounts() local
311 space += cc; in EstimateStripByteCounts()
313 space = (filesize - space) / td->td_samplesperpixel; in EstimateStripByteCounts()
315 td->td_stripbytecount[i] = space; in EstimateStripByteCounts()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c4302 uint64 space; in EstimateStripByteCounts() local
4307 space=sizeof(TIFFHeaderClassic)+2+dircount*12+4; in EstimateStripByteCounts()
4309 space=sizeof(TIFFHeaderBig)+8+dircount*20+8; in EstimateStripByteCounts()
4333 space+=datasize; in EstimateStripByteCounts()
4335 space = filesize - space; in EstimateStripByteCounts()
4337 space /= td->td_samplesperpixel; in EstimateStripByteCounts()
4339 td->td_stripbytecount[strip] = space; in EstimateStripByteCounts()
/libtiff-4.0.7/m4/
H A Dltoptions.m458 # OPTION-LIST is a space-separated list of Libtool options associated
H A Dlibtool.m41218 # Invoke $ECHO with all args, space-separated.
4968 # include_expsyms should be a list of space-separated symbols to be *always*
5171 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5636 # extra space).
6898 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7535 # Some compilers place space between "-{L,R}" and the path.
7536 # Remove the space.
/libtiff-4.0.7/
H A Daclocal.m4794 # OPTIONS is a space-separated list of Automake options.
881 # name. Accept space and tab only in the latter.
H A DChangeLog1104 the tiffcp code forces conversion to RGB space. However,
1112 This patch fixes the problem by forcing RGB space on the output
2364 space conversion tools".
4176 JPEG encoded TIFF files. Pre-allocate lots of space for jpegtables
4770 * tools/bmp2tif.c: Check the space allocation results.
4885 * libtiff/tif_getimage.c: Initialize arrays after space allocation.
5333 YCbCr color space. The latter closes
5458 New color space conversion code: CIE L*a*b* 1976 images now supported
5660 space of input image data. Closes