Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_read.c327 uint32 stripsperplane; in TIFFReadEncodedStrip() local
349 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()
350 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStrip()
351 plane=(uint16)(strip/stripsperplane); in TIFFReadEncodedStrip()