OpenJPEG 1.5.1
opj_tccp Struct Reference

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

◆ cblkh

◆ cblksty

int opj_tccp::cblksty

◆ cblkw

◆ csty

◆ numgbits

int opj_tccp::numgbits

◆ numresolutions

◆ prch

◆ prcw

◆ 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


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