Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_read.c322 uint32 stripsperplane; in TIFFReadEncodedStrip() local
344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()
345 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStrip()
346 plane=(strip/stripsperplane); in TIFFReadEncodedStrip()
/external/opencv3/3rdparty/libtiff/
Dtif_read.c322 uint32 stripsperplane; in TIFFReadEncodedStrip() local
344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()
345 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStrip()
346 plane=(strip/stripsperplane); in TIFFReadEncodedStrip()