Grok 15.1.0
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 layers_to_decompress_
 if != 0, then only the first "layer" layers are decompressed; if == 0 or not used, all the quality layers are decompressed
uint32_t disable_random_access_flags_

Member Data Documentation

◆ disable_random_access_flags_

uint32_t grk::DecodingParams::disable_random_access_flags_

◆ layers_to_decompress_

uint16_t grk::DecodingParams::layers_to_decompress_

if != 0, then only the first "layer" 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(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().


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