Searched refs:stripsperplane (Results 1 – 1 of 1) sorted by relevance
473 uint32 stripsperplane; in TIFFReadEncodedStripGetStripSize() local490 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize()491 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStripGetStripSize()492 if( pplane ) *pplane=(uint16)(strip/stripsperplane); in TIFFReadEncodedStripGetStripSize()
Completed in 6 milliseconds