Grok 20.3.2
grk::DecodingParams Struct Reference

#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
uint16_t layersToDecompress_
 if != 0, then only the first "layersToDecompress_" layers are decompressed; if == 0 or not used, all the quality layers are decompressed
uint32_t disableRandomAccessFlags_
bool skipAllocateComposite_
bool fast16BitMct_

Member Data Documentation

◆ disableRandomAccessFlags_

uint32_t grk::DecodingParams::disableRandomAccessFlags_

◆ fast16BitMct_

bool grk::DecodingParams::fast16BitMct_

◆ layersToDecompress_

uint16_t grk::DecodingParams::layersToDecompress_

if != 0, then only the first "layersToDecompress_" layers are decompressed; if == 0 or not used, all the quality layers are decompressed

◆ reduce_

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::GrkImage::postReadHeader().

◆ skipAllocateComposite_

bool grk::DecodingParams::skipAllocateComposite_

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