|
Grok 20.3.2
|
Tile-component coding parameters. More...
#include <CodingParams.h>
Public Member Functions | |
| TileComponentCodingParams () | |
Public Attributes | |
| uint8_t | csty_ |
| coding style | |
| uint8_t | numresolutions_ |
| number of resolutions | |
| uint8_t | cblkw_expn_ |
| log2(code-blocks width) | |
| uint8_t | cblkh_expn_ |
| log2(code-blocks height) | |
| uint8_t | cblkStyle_ |
| code-block mode | |
| uint8_t | qmfbid_ |
| discrete wavelet transform identifier | |
| bool | quantizationMarkerSet_ |
| bool | fromQCC_ |
| bool | fromTileHeader_ |
| uint8_t | qntsty_ |
| quantisation style | |
| grk_stepsize | stepsizes_ [GRK_MAXBANDS] |
| stepsizes used for quantization | |
| uint8_t | numStepSizes_ |
| uint8_t | numgbits_ |
| number of guard bits | |
| uint8_t | roishift_ |
| Region Of Interest shift. | |
| uint8_t | precWidthExp_ [GRK_MAXRLVLS] |
| precinct width (power of 2 exponent, < 16) | |
| uint8_t | precHeightExp_ [GRK_MAXRLVLS] |
| precinct height (power of 2 exponent, < 16) | |
| int32_t | dcLevelShift_ |
| the dc_level_shift | |
Tile-component coding parameters.
| grk::TileComponentCodingParams::TileComponentCodingParams | ( | ) |
| uint8_t grk::TileComponentCodingParams::cblkh_expn_ |
log2(code-blocks height)
Referenced by grk::Resolution::init(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::cblkStyle_ |
code-block mode
Referenced by TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::cblkw_expn_ |
log2(code-blocks width)
Referenced by grk::Resolution::init(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::csty_ |
coding style
Referenced by TileComponentCodingParams().
| int32_t grk::TileComponentCodingParams::dcLevelShift_ |
the dc_level_shift
Referenced by grk::CodeStreamCompress::init_mct_encoding(), and TileComponentCodingParams().
| bool grk::TileComponentCodingParams::fromQCC_ |
Referenced by TileComponentCodingParams().
| bool grk::TileComponentCodingParams::fromTileHeader_ |
Referenced by TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::numgbits_ |
number of guard bits
Referenced by grk::TileCodingParams::TileCodingParams(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::numresolutions_ |
number of resolutions
Referenced by grk::TileComponent::init(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::numStepSizes_ |
Referenced by TileComponentCodingParams(), and grk::TileCodingParams::validateQuantization().
| uint8_t grk::TileComponentCodingParams::precHeightExp_[GRK_MAXRLVLS] |
precinct height (power of 2 exponent, < 16)
Referenced by grk::Resolution::init(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::precWidthExp_[GRK_MAXRLVLS] |
precinct width (power of 2 exponent, < 16)
Referenced by grk::Resolution::init(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::qmfbid_ |
discrete wavelet transform identifier
Referenced by grk::TileCodingParams::TileCodingParams(), and TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::qntsty_ |
quantisation style
Referenced by TileComponentCodingParams(), and grk::TileCodingParams::validateQuantization().
| bool grk::TileComponentCodingParams::quantizationMarkerSet_ |
Referenced by TileComponentCodingParams().
| uint8_t grk::TileComponentCodingParams::roishift_ |
Region Of Interest shift.
Referenced by TileComponentCodingParams().
| grk_stepsize grk::TileComponentCodingParams::stepsizes_[GRK_MAXBANDS] |
stepsizes used for quantization