OpenJPEG  2.3.0
Data Fields
opj_tcd_precinct Struct Reference

Precinct structure. More...

#include <tcd.h>

Data Fields

OPJ_INT32 x0
 
OPJ_INT32 y0
 
OPJ_INT32 x1
 
OPJ_INT32 y1
 
OPJ_UINT32 cw
 
OPJ_UINT32 ch
 
union {
   opj_tcd_cblk_enc_t *   enc
 
   opj_tcd_cblk_dec_t *   dec
 
   void *   blocks
 
cblks
 
OPJ_UINT32 block_size
 
opj_tgt_tree_tincltree
 
opj_tgt_tree_timsbtree
 

Detailed Description

Precinct structure.

Field Documentation

§ block_size

OPJ_UINT32 opj_tcd_precinct::block_size

§ blocks

void* opj_tcd_precinct::blocks

Referenced by opj_tcd_init_tile().

§ cblks

union { ... } opj_tcd_precinct::cblks

§ ch

OPJ_UINT32 opj_tcd_precinct::ch

§ cw

OPJ_UINT32 opj_tcd_precinct::cw

§ dec

opj_tcd_cblk_dec_t* opj_tcd_precinct::dec

§ enc

opj_tcd_cblk_enc_t* opj_tcd_precinct::enc

§ imsbtree

opj_tgt_tree_t* opj_tcd_precinct::imsbtree

§ incltree

opj_tgt_tree_t* opj_tcd_precinct::incltree

§ x0

OPJ_INT32 opj_tcd_precinct::x0

§ x1

OPJ_INT32 opj_tcd_precinct::x1

§ y0

OPJ_INT32 opj_tcd_precinct::y0

§ y1

OPJ_INT32 opj_tcd_precinct::y1

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