Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c4765 uint32 strips_per_sample; in readSeparateStripsIntoBuffer() local
4816 strips_per_sample = nstrips /spp; in readSeparateStripsIntoBuffer()
4834 for (j = 0; (j < strips_per_sample) && (result == 1); j++) in readSeparateStripsIntoBuffer()
4839 strip = (s * strips_per_sample) + j; in readSeparateStripsIntoBuffer()