|
Grok
7.6.6
|
Component coding parameters info. More...
#include <grok.h>
Public Attributes | |
| uint32_t | compno |
| component index More... | |
| uint8_t | csty |
| coding style More... | |
| uint32_t | numresolutions |
| number of resolutions More... | |
| uint32_t | cblkw |
| code-blocks width More... | |
| uint32_t | cblkh |
| code-blocks height More... | |
| uint8_t | cblk_sty |
| code block mode More... | |
| uint8_t | qmfbid |
| discrete wavelet transform identifier More... | |
| uint8_t | qntsty |
| quantisation style More... | |
| uint32_t | stepsizes_mant [GRK_J2K_MAXBANDS] |
| stepsizes used for quantization More... | |
| uint32_t | stepsizes_expn [GRK_J2K_MAXBANDS] |
| stepsizes used for quantization More... | |
| uint8_t | numgbits |
| number of guard bits More... | |
| uint32_t | roishift |
| Region Of Interest shift. More... | |
| uint32_t | prcw_exp [GRK_J2K_MAXRLVLS] |
| precinct width power of 2 exponent, < 16 More... | |
| uint32_t | prch_exp [GRK_J2K_MAXRLVLS] |
| precinct height power of 2 exponent, < 16 More... | |
Component coding parameters info.
| uint8_t _grk_tccp_info::cblk_sty |
code block mode
| uint32_t _grk_tccp_info::cblkh |
code-blocks height
| uint32_t _grk_tccp_info::cblkw |
code-blocks width
| uint32_t _grk_tccp_info::compno |
component index
| uint8_t _grk_tccp_info::csty |
coding style
| uint8_t _grk_tccp_info::numgbits |
number of guard bits
| uint32_t _grk_tccp_info::numresolutions |
number of resolutions
| uint32_t _grk_tccp_info::prch_exp[GRK_J2K_MAXRLVLS] |
precinct height power of 2 exponent, < 16
| uint32_t _grk_tccp_info::prcw_exp[GRK_J2K_MAXRLVLS] |
precinct width power of 2 exponent, < 16
| uint8_t _grk_tccp_info::qmfbid |
discrete wavelet transform identifier
| uint8_t _grk_tccp_info::qntsty |
quantisation style
| uint32_t _grk_tccp_info::roishift |
Region Of Interest shift.
| uint32_t _grk_tccp_info::stepsizes_expn[GRK_J2K_MAXBANDS] |
stepsizes used for quantization
| uint32_t _grk_tccp_info::stepsizes_mant[GRK_J2K_MAXBANDS] |
stepsizes used for quantization