Grok 10.0.3
|
Tile-component coding parameters. More...
#include <CodingParams.h>
Public Member Functions | |
TileComponentCodingParams () | |
Public Attributes | |
uint8_t | csty |
coding style More... | |
uint8_t | numresolutions |
number of resolutions More... | |
uint8_t | cblkw |
log2(code-blocks width) More... | |
uint8_t | cblkh |
log2(code-blocks height) More... | |
uint8_t | cblk_sty |
code-block mode More... | |
uint8_t | qmfbid |
discrete wavelet transform identifier More... | |
bool | quantizationMarkerSet |
bool | fromQCC |
bool | fromTileHeader |
uint8_t | qntsty |
quantisation style More... | |
grk_stepsize | stepsizes [GRK_J2K_MAXBANDS] |
stepsizes used for quantization More... | |
uint8_t | numStepSizes |
uint8_t | numgbits |
number of guard bits More... | |
uint8_t | roishift |
Region Of Interest shift. More... | |
uint32_t | precWidthExp [GRK_J2K_MAXRLVLS] |
precinct width (power of 2 exponent, < 16) More... | |
uint32_t | precHeightExp [GRK_J2K_MAXRLVLS] |
precinct height (power of 2 exponent, < 16) More... | |
int32_t | dc_level_shift_ |
the dc_level_shift More... | |
Tile-component coding parameters.
grk::TileComponentCodingParams::TileComponentCodingParams | ( | ) |
References GRK_J2K_MAXRLVLS, precHeightExp, and precWidthExp.
uint8_t grk::TileComponentCodingParams::cblk_sty |
code-block mode
uint8_t grk::TileComponentCodingParams::cblkh |
log2(code-blocks height)
Referenced by grk::Resolution::init().
uint8_t grk::TileComponentCodingParams::cblkw |
log2(code-blocks width)
Referenced by grk::Resolution::init().
uint8_t grk::TileComponentCodingParams::csty |
coding style
int32_t grk::TileComponentCodingParams::dc_level_shift_ |
the dc_level_shift
Referenced by grk::CodeStreamDecompress::add_mct(), grk::TileProcessor::dcLevelShiftCompress(), and grk::CodeStreamCompress::init_mct_encoding().
bool grk::TileComponentCodingParams::fromQCC |
bool grk::TileComponentCodingParams::fromTileHeader |
uint8_t grk::TileComponentCodingParams::numgbits |
number of guard bits
Referenced by grk::TileComponent::init().
uint8_t grk::TileComponentCodingParams::numresolutions |
number of resolutions
Referenced by grk::CodeStreamCompress::compare_SQcd_SQcc(), grk::CodeStreamCompress::compressValidation(), and grk::TileComponent::init().
uint8_t grk::TileComponentCodingParams::numStepSizes |
Referenced by grk::CodeStreamDecompress::parseTileParts().
uint32_t grk::TileComponentCodingParams::precHeightExp[GRK_J2K_MAXRLVLS] |
precinct height (power of 2 exponent, < 16)
Referenced by grk::TileComponent::init(), grk::Resolution::init(), and TileComponentCodingParams().
uint32_t grk::TileComponentCodingParams::precWidthExp[GRK_J2K_MAXRLVLS] |
precinct width (power of 2 exponent, < 16)
Referenced by grk::TileComponent::init(), grk::Resolution::init(), and TileComponentCodingParams().
uint8_t grk::TileComponentCodingParams::qmfbid |
discrete wavelet transform identifier
Referenced by grk::TileComponent::createWindow(), grk::TileComponent::init(), grk::TileProcessor::mct_encode(), and grk::TileProcessor::mctDecompress().
uint8_t grk::TileComponentCodingParams::qntsty |
quantisation style
Referenced by grk::CodeStreamDecompress::parseTileParts().
bool grk::TileComponentCodingParams::quantizationMarkerSet |
uint8_t grk::TileComponentCodingParams::roishift |
Region Of Interest shift.
Referenced by grk::TileComponent::init().
grk_stepsize grk::TileComponentCodingParams::stepsizes[GRK_J2K_MAXBANDS] |
stepsizes used for quantization
Referenced by grk::TileComponent::init(), and grk::CodeStreamCompress::write_SQcd_SQcc().