Searched refs:stripsperplane (Results 1 – 2 of 2) sorted by relevance
256 uint32 stripsperplane;275 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip);276 stripinplane=(strip%stripsperplane);277 - plane=(uint16)(strip/stripsperplane);278 + if( pplane ) *pplane=(uint16)(strip/stripsperplane);
454 uint32 stripsperplane; in TIFFReadEncodedStripGetStripSize() local471 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize()472 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStripGetStripSize()473 if( pplane ) *pplane=(uint16)(strip/stripsperplane); in TIFFReadEncodedStripGetStripSize()