OpenJPEG  2.5.0
Data Fields
CODmarker_param Struct Reference

A.6.1 Coding style default (COD) More...

#include <index_manager.h>

Data Fields

Byte2_t Lcod
 length of marker segment excluding the marker More...
 
Byte_t Scod
 Coding style for all components. More...
 
OPJ_PROG_ORDER prog_order
 progression order More...
 
Byte2_t numOflayers
 number of layers More...
 
Byte_t numOfdecomp
 number of decompositions levels More...
 
Byte4_tXPsiz
 dynamic array of precinct width at successive resolution level in order More...
 
Byte4_tYPsiz
 dynamic array of precinct height at successive resolution level in order More...
 

Detailed Description

A.6.1 Coding style default (COD)

Field Documentation

◆ Lcod

Byte2_t CODmarker_param::Lcod

◆ numOfdecomp

Byte_t CODmarker_param::numOfdecomp

◆ numOflayers

Byte2_t CODmarker_param::numOflayers

◆ prog_order

OPJ_PROG_ORDER CODmarker_param::prog_order

◆ Scod

Byte_t CODmarker_param::Scod

◆ XPsiz

Byte4_t* CODmarker_param::XPsiz

dynamic array of precinct width at successive resolution level in order

Referenced by comp_numOfprcts(), delete_COD(), enqueue_allprecincts(), enqueue_precincts(), get_CODmkrdata_from_j2kstream(), print_COD(), and set_CODmkrdata().

◆ YPsiz

Byte4_t* CODmarker_param::YPsiz

dynamic array of precinct height at successive resolution level in order

Referenced by comp_numOfprcts(), delete_COD(), enqueue_allprecincts(), enqueue_precincts(), get_CODmkrdata_from_j2kstream(), print_COD(), and set_CODmkrdata().


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