OpenJPEG
2.3.1
|
Tile-component coding parameters information. More...
#include <openjpeg.h>
Data Fields | |
OPJ_UINT32 | compno |
component index More... | |
OPJ_UINT32 | csty |
coding style More... | |
OPJ_UINT32 | numresolutions |
number of resolutions More... | |
OPJ_UINT32 | cblkw |
log2 of code-blocks width More... | |
OPJ_UINT32 | cblkh |
log2 of code-blocks height More... | |
OPJ_UINT32 | cblksty |
code-block coding style More... | |
OPJ_UINT32 | qmfbid |
discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-3 reversible More... | |
OPJ_UINT32 | qntsty |
quantisation style More... | |
OPJ_UINT32 | stepsizes_mant [OPJ_J2K_MAXBANDS] |
stepsizes used for quantization More... | |
OPJ_UINT32 | stepsizes_expn [OPJ_J2K_MAXBANDS] |
stepsizes used for quantization More... | |
OPJ_UINT32 | numgbits |
number of guard bits More... | |
OPJ_INT32 | roishift |
Region Of Interest shift. More... | |
OPJ_UINT32 | prcw [OPJ_J2K_MAXRLVLS] |
precinct width More... | |
OPJ_UINT32 | prch [OPJ_J2K_MAXRLVLS] |
precinct height More... | |
Tile-component coding parameters information.
OPJ_UINT32 opj_tccp_info::cblkh |
log2 of code-blocks height
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::cblksty |
code-block coding style
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::cblkw |
log2 of code-blocks width
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::compno |
component index
OPJ_UINT32 opj_tccp_info::csty |
coding style
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::numgbits |
number of guard bits
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::numresolutions |
number of resolutions
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::prch[OPJ_J2K_MAXRLVLS] |
precinct height
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::prcw[OPJ_J2K_MAXRLVLS] |
precinct width
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::qmfbid |
discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-3 reversible
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::qntsty |
quantisation style
Referenced by j2k_get_cstr_info().
OPJ_INT32 opj_tccp_info::roishift |
Region Of Interest shift.
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::stepsizes_expn[OPJ_J2K_MAXBANDS] |
stepsizes used for quantization
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_tccp_info::stepsizes_mant[OPJ_J2K_MAXBANDS] |
stepsizes used for quantization
Referenced by j2k_get_cstr_info().