Grok 10.0.3
|
#include <CodingParams.h>
Public Attributes | |
uint8_t | reduce_ |
if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decompressed to the full resolution More... | |
uint16_t | layer_ |
if != 0, then only the first "layer" layers are decompressed; if == 0 or not used, all the quality layers are decompressed More... | |
uint32_t | randomAccessFlags_ |
uint16_t grk::DecodingParams::layer_ |
if != 0, then only the first "layer" layers are decompressed; if == 0 or not used, all the quality layers are decompressed
Referenced by grk::CodeStreamDecompress::init().
uint32_t grk::DecodingParams::randomAccessFlags_ |
uint8_t grk::DecodingParams::reduce_ |
if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decompressed to the full resolution
Referenced by grk::CodeStreamDecompress::decompressTile(), grk::CodeStreamDecompress::decompressTiles(), grk::TileProcessor::getMaxNumDecompressResolutions(), grk::CodeStreamDecompress::init(), grk::GrkImage::postReadHeader(), grk::CodeStreamDecompress::setDecompressRegion(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().