Searched refs:rowblocksperstrip (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c5487 uint32 rowblocksperstrip; local
5488 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes);
5489 rowsperstrip = rowblocksperstrip * rowblock;
5490 stripbytes = rowblocksperstrip * rowblockbytes;
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c5501 uint32 rowblocksperstrip; local
5502 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes);
5503 rowsperstrip = rowblocksperstrip * rowblock;
5504 stripbytes = rowblocksperstrip * rowblockbytes;

Completed in 78 milliseconds