Home
last modified time | relevance | path

Searched refs:stripbytes (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c5503 uint64 stripbytes; in ChopUpSingleUncompressedStrip() local
5525 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()
5531 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()
5541 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
5566 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
5567 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
5568 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
5570 offset += stripbytes; in ChopUpSingleUncompressedStrip()
5571 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()