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

◆ comp_t

int opj_poc::comp_t

Referenced by pi_create_encode().

◆ compE

int opj_poc::compE

◆ compno0

int opj_poc::compno0

◆ compno1

int opj_poc::compno1

◆ compS

int opj_poc::compS

◆ dx

int opj_poc::dx

◆ dy

int opj_poc::dy

◆ lay_t

int opj_poc::lay_t

Temporary values for Tile parts, initialised in pi_create_encode.

Referenced by pi_create_encode().

◆ layE

int opj_poc::layE

End value, initialised in pi_initialise_encode.

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

◆ layno0

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

◆ layno1

int opj_poc::layno1

◆ layS

int opj_poc::layS

Start value, initialised in pi_initialise_encode.

Referenced by pi_create_encode(), and pi_initialise_encode().

◆ prc_t

int opj_poc::prc_t

Referenced by pi_create_encode().

◆ prcE

int opj_poc::prcE

◆ prcS

int opj_poc::prcS

◆ precno0

int opj_poc::precno0

◆ precno1

int opj_poc::precno1

◆ prg

OPJ_PROG_ORDER opj_poc::prg

◆ prg1

OPJ_PROG_ORDER opj_poc::prg1

Progression order enum.

Referenced by j2k_setup_encoder(), and pi_initialise_encode().

◆ progorder

char opj_poc::progorder[5]

Progression order string.

◆ res_t

int opj_poc::res_t

Referenced by pi_create_encode().

◆ resE

int opj_poc::resE

◆ resno0

int opj_poc::resno0

◆ resno1

int opj_poc::resno1

◆ resS

int opj_poc::resS

◆ tile

int opj_poc::tile

Tile number.

Referenced by j2k_setup_encoder().

◆ tx0

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

◆ tx0_t

int opj_poc::tx0_t

Referenced by pi_create_encode().

◆ tx1

int opj_poc::tx1

◆ txE

int opj_poc::txE

◆ txS

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

◆ ty0

int opj_poc::ty0

◆ ty0_t

int opj_poc::ty0_t

Referenced by pi_create_encode().

◆ ty1

int opj_poc::ty1

◆ tyE

int opj_poc::tyE

◆ tyS

int opj_poc::tyS

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