Grok  9.5.0
Public Attributes | List of all members
grk::DecodingParams Struct Reference

#include <CodingParams.h>

Public Attributes

uint8_t m_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 m_layer
 if != 0, then only the first "layer" layers are decompressed; if == 0 or not used, all the quality layers are decompressed More...
 

Member Data Documentation

◆ m_layer

uint16_t grk::DecodingParams::m_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::initDecompress().

◆ m_reduce

uint8_t grk::DecodingParams::m_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::TileProcessor::getMaxNumDecompressResolutions(), grk::TileComponent::init(), grk::CodeStreamDecompress::initDecompress(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().


The documentation for this struct was generated from the following file: