OpenJPEG  1.5.1
Data Fields
opj_tccp Struct Reference

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

◆ cblkh

int opj_tccp::cblkh

◆ cblksty

int opj_tccp::cblksty

◆ cblkw

int opj_tccp::cblkw

◆ csty

int opj_tccp::csty

◆ numgbits

int opj_tccp::numgbits

◆ numresolutions

int opj_tccp::numresolutions

◆ prch

int opj_tccp::prch[J2K_MAXRLVLS]

◆ prcw

int opj_tccp::prcw[J2K_MAXRLVLS]

◆ qmfbid

int opj_tccp::qmfbid

◆ qntsty

int opj_tccp::qntsty

◆ roishift

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().

◆ stepsizes

opj_stepsize_t opj_tccp::stepsizes[J2K_MAXBANDS]

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