OpenJPEG  1.5.1
Data Fields

Tile-component coding parameters. More...

#include <j2k.h>

Data Fields

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

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: