OpenJPEG  1.5.1
Data Fields
opj_poc Struct Reference

Progression order changes. More...

#include <openjpeg.h>

Data Fields

int resno0
 Resolution num start, Component num start, given by POC. More...
 
int compno0
 
int layno1
 Layer num end,Resolution num end, Component num end, given by POC. More...
 
int resno1
 
int compno1
 
int layno0
 Layer num start,Precinct num start, Precinct num end. More...
 
int precno0
 
int precno1
 
OPJ_PROG_ORDER prg1
 Progression order enum. More...
 
OPJ_PROG_ORDER prg
 
char progorder [5]
 Progression order string. More...
 
int tile
 Tile number. More...
 
int tx0
 Start and end values for Tile width and height. More...
 
int tx1
 
int ty0
 
int ty1
 
int layS
 Start value, initialised in pi_initialise_encode. More...
 
int resS
 
int compS
 
int prcS
 
int layE
 End value, initialised in pi_initialise_encode. More...
 
int resE
 
int compE
 
int prcE
 
int txS
 Start and end values of Tile width and height, initialised in pi_initialise_encode. More...
 
int txE
 
int tyS
 
int tyE
 
int dx
 
int dy
 
int lay_t
 Temporary values for Tile parts, initialised in pi_create_encode. More...
 
int res_t
 
int comp_t
 
int prc_t
 
int tx0_t
 
int ty0_t
 

Detailed Description

Progression order changes.

Field Documentation

int opj_poc::comp_t

Referenced by pi_create_encode().

int opj_poc::compE
int opj_poc::compno0
int opj_poc::compno1
int opj_poc::compS
int opj_poc::dx
int opj_poc::dy
int opj_poc::lay_t

Temporary values for Tile parts, initialised in pi_create_encode.

Referenced by pi_create_encode().

int opj_poc::layE

End value, initialised in pi_initialise_encode.

Referenced by j2k_get_num_tp(), pi_create_encode(), and pi_initialise_encode().

int opj_poc::layno0

Layer num start,Precinct num start, Precinct num end.

Referenced by pi_create_decode(), pi_create_encode(), pi_next_cprl(), pi_next_lrcp(), pi_next_pcrl(), pi_next_rlcp(), and pi_next_rpcl().

int opj_poc::layno1
int opj_poc::layS

Start value, initialised in pi_initialise_encode.

Referenced by pi_create_encode(), and pi_initialise_encode().

int opj_poc::prc_t

Referenced by pi_create_encode().

int opj_poc::prcE
int opj_poc::prcS
int opj_poc::precno0
int opj_poc::precno1
OPJ_PROG_ORDER opj_poc::prg
OPJ_PROG_ORDER opj_poc::prg1

Progression order enum.

Referenced by j2k_setup_encoder(), and pi_initialise_encode().

char opj_poc::progorder[5]

Progression order string.

int opj_poc::res_t

Referenced by pi_create_encode().

int opj_poc::resE
int opj_poc::resno0
int opj_poc::resno1
int opj_poc::resS
int opj_poc::tile

Tile number.

Referenced by j2k_setup_encoder().

int opj_poc::tx0

Start and end values for Tile width and height.

Referenced by pi_create_encode(), pi_next_cprl(), pi_next_pcrl(), and pi_next_rpcl().

int opj_poc::tx0_t

Referenced by pi_create_encode().

int opj_poc::tx1
int opj_poc::txE
int opj_poc::txS

Start and end values of Tile width and height, initialised in pi_initialise_encode.

Referenced by pi_create_encode(), and pi_initialise_encode().

int opj_poc::ty0
int opj_poc::ty0_t

Referenced by pi_create_encode().

int opj_poc::ty1
int opj_poc::tyE
int opj_poc::tyS

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