Grok
7.6.2
|
#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... | |
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::CodeStream::init_decompress().
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::TileProcessor::copy_decompressed_tile_to_output_image(), grk::CodeStream::decompress_tile(), grk::grk_update_image_comp_header_from_coding_params(), grk::TileComponent::init(), and grk::CodeStream::init_decompress().