Searched refs:stripsperplane (Results 1 – 2 of 2) sorted by relevance
322 uint32 stripsperplane; in TIFFReadEncodedStrip() local344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()345 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStrip()346 plane=(strip/stripsperplane); in TIFFReadEncodedStrip()