|
Grok
7.6.0
|
Tile-component coding parameters. More...
#include <CodingParams.h>
Data Fields | |
| uint8_t | csty |
| coding style More... | |
| uint32_t | numresolutions |
| number of resolutions More... | |
| uint32_t | cblkw |
| log2(code-blocks width) More... | |
| uint32_t | cblkh |
| log2(code-blocks height) More... | |
| Quantizer | quant |
| uint8_t | cblk_sty |
| code-block mode More... | |
| uint8_t | qmfbid |
| discrete wavelet transform identifier More... | |
| 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... | |
| uint32_t | roishift |
| Region Of Interest shift. More... | |
| uint32_t | prcw [GRK_J2K_MAXRLVLS] |
| precinct width (power of 2 exponent) More... | |
| uint32_t | prch [GRK_J2K_MAXRLVLS] |
| precinct height (power of 2 exponent) More... | |
| int32_t | m_dc_level_shift |
| the dc_level_shift More... | |
Tile-component coding parameters.
| uint8_t grk::TileComponentCodingParams::cblk_sty |
code-block mode
| uint32_t grk::TileComponentCodingParams::cblkh |
log2(code-blocks height)
| uint32_t grk::TileComponentCodingParams::cblkw |
log2(code-blocks width)
| uint8_t grk::TileComponentCodingParams::csty |
coding style
| bool grk::TileComponentCodingParams::fromQCC |
| bool grk::TileComponentCodingParams::fromTileHeader |
| int32_t grk::TileComponentCodingParams::m_dc_level_shift |
the dc_level_shift
| uint8_t grk::TileComponentCodingParams::numgbits |
number of guard bits
| uint32_t grk::TileComponentCodingParams::numresolutions |
number of resolutions
| uint8_t grk::TileComponentCodingParams::numStepSizes |
| uint32_t grk::TileComponentCodingParams::prch[GRK_J2K_MAXRLVLS] |
precinct height (power of 2 exponent)
| uint32_t grk::TileComponentCodingParams::prcw[GRK_J2K_MAXRLVLS] |
precinct width (power of 2 exponent)
| uint8_t grk::TileComponentCodingParams::qmfbid |
discrete wavelet transform identifier
| uint8_t grk::TileComponentCodingParams::qntsty |
quantisation style
| Quantizer grk::TileComponentCodingParams::quant |
| uint32_t grk::TileComponentCodingParams::roishift |
Region Of Interest shift.
| grk_stepsize grk::TileComponentCodingParams::stepsizes[GRK_J2K_MAXBANDS] |
stepsizes used for quantization
1.8.18