Grok  7.6.0
Data Fields
grk::DecodingParams Struct Reference

#include <CodingParams.h>

Data Fields

uint32_t m_reduce
 if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution More...
 
uint32_t m_layer
 if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded More...
 

Field Documentation

◆ m_layer

uint32_t grk::DecodingParams::m_layer

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

◆ m_reduce

uint32_t grk::DecodingParams::m_reduce

if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution


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