|
Grok
7.6.0
|
#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... | |
| 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
| 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
1.8.18