OpenJPEG  1.5.1
Data Fields

Tile-component coding parameters. More...

#include <j2k.h>

Data Fields

int csty
 coding style
int numresolutions
 number of resolutions
int cblkw
 code-blocks width
int cblkh
 code-blocks height
int cblksty
 code-block coding style
int qmfbid
 discrete wavelet transform identifier
int qntsty
 quantisation style
opj_stepsize_t stepsizes [J2K_MAXBANDS]
 stepsizes used for quantization
int numgbits
 number of guard bits
int roishift
 Region Of Interest shift.
int prcw [J2K_MAXRLVLS]
 precinct width
int prch [J2K_MAXRLVLS]
 precinct height

Detailed Description

Tile-component coding parameters.

Field Documentation

int opj_tccp::cblkh
int opj_tccp::cblksty
int opj_tccp::cblkw
int opj_tccp::csty
int opj_tccp::numgbits
int opj_tccp::numresolutions
int opj_tccp::prch[J2K_MAXRLVLS]
int opj_tccp::prcw[J2K_MAXRLVLS]
int opj_tccp::qmfbid
int opj_tccp::qntsty
int opj_tccp::roishift

Region Of Interest shift.

Referenced by j2k_encode(), j2k_read_rgn(), j2k_setup_encoder(), j2k_write_rgn(), and t1_decode_cblks().

opj_stepsize_t opj_tccp::stepsizes[J2K_MAXBANDS]

The documentation for this struct was generated from the following file: