Searched refs:rowblocksperstrip (Results 1 – 1 of 1) sorted by relevance
5565 uint32 rowblocksperstrip; in ChopUpSingleUncompressedStrip() local5566 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()5567 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()5568 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()