#include <openjpeg.h>
Data Fields | |
OPJ_UINT32 | compno |
component index | |
OPJ_UINT32 | csty |
coding style | |
OPJ_UINT32 | numresolutions |
number of resolutions | |
OPJ_UINT32 | cblkw |
code-blocks width | |
OPJ_UINT32 | cblkh |
code-blocks height | |
OPJ_UINT32 | cblksty |
code-block coding style | |
OPJ_UINT32 | qmfbid |
discrete wavelet transform identifier | |
OPJ_UINT32 | qntsty |
quantisation style | |
OPJ_UINT32 | stepsizes_mant [OPJ_J2K_MAXBANDS] |
stepsizes used for quantization | |
OPJ_UINT32 | stepsizes_expn [OPJ_J2K_MAXBANDS] |
stepsizes used for quantization | |
OPJ_UINT32 | numgbits |
number of guard bits | |
OPJ_INT32 | roishift |
Region Of Interest shift. | |
OPJ_UINT32 | prcw [OPJ_J2K_MAXRLVLS] |
precinct width | |
OPJ_UINT32 | prch [OPJ_J2K_MAXRLVLS] |
precinct height |
component index
OPJ_UINT32 opj_tccp_info::stepsizes_mant[OPJ_J2K_MAXBANDS] |
OPJ_UINT32 opj_tccp_info::stepsizes_expn[OPJ_J2K_MAXBANDS] |
OPJ_UINT32 opj_tccp_info::prcw[OPJ_J2K_MAXRLVLS] |
OPJ_UINT32 opj_tccp_info::prch[OPJ_J2K_MAXRLVLS] |