OpenJPEG  2.3.0
Data Fields
opj_tcd_tilecomp Struct Reference

Tile-component structure. More...

#include <tcd.h>

Data Fields

OPJ_INT32 x0
 
OPJ_INT32 y0
 
OPJ_INT32 x1
 
OPJ_INT32 y1
 
OPJ_UINT32 compno
 
OPJ_UINT32 numresolutions
 
OPJ_UINT32 minimum_num_resolutions
 
opj_tcd_resolution_tresolutions
 
OPJ_UINT32 resolutions_size
 
OPJ_INT32data
 
OPJ_BOOL ownsData
 
size_t data_size_needed
 
size_t data_size
 
OPJ_INT32data_win
 data of the component limited to window of interest. More...
 
OPJ_UINT32 win_x0
 
OPJ_UINT32 win_y0
 
OPJ_UINT32 win_x1
 
OPJ_UINT32 win_y1
 
OPJ_INT32 numpix
 

Detailed Description

Tile-component structure.

Field Documentation

§ compno

OPJ_UINT32 opj_tcd_tilecomp::compno

§ data

OPJ_INT32* opj_tcd_tilecomp::data

§ data_size

size_t opj_tcd_tilecomp::data_size

§ data_size_needed

size_t opj_tcd_tilecomp::data_size_needed

§ data_win

OPJ_INT32* opj_tcd_tilecomp::data_win

data of the component limited to window of interest.

Only valid for decoding and if tcd->whole_tile_decoding is NOT set (so exclusive of data member)

Referenced by opj_dwt_decode_partial_tile(), opj_j2k_update_image_data(), opj_tcd_dc_level_shift_decode(), opj_tcd_decode_tile(), opj_tcd_free_tile(), opj_tcd_init_tile(), opj_tcd_mct_decode(), and opj_tcd_update_tile_data().

§ minimum_num_resolutions

OPJ_UINT32 opj_tcd_tilecomp::minimum_num_resolutions

§ numpix

OPJ_INT32 opj_tcd_tilecomp::numpix

Referenced by opj_tcd_rateallocate().

§ numresolutions

OPJ_UINT32 opj_tcd_tilecomp::numresolutions

§ ownsData

OPJ_BOOL opj_tcd_tilecomp::ownsData

§ resolutions

opj_tcd_resolution_t* opj_tcd_tilecomp::resolutions

§ resolutions_size

OPJ_UINT32 opj_tcd_tilecomp::resolutions_size

§ win_x0

OPJ_UINT32 opj_tcd_tilecomp::win_x0

§ win_x1

OPJ_UINT32 opj_tcd_tilecomp::win_x1

§ win_y0

OPJ_UINT32 opj_tcd_tilecomp::win_y0

§ win_y1

OPJ_UINT32 opj_tcd_tilecomp::win_y1

§ x0

OPJ_INT32 opj_tcd_tilecomp::x0

§ x1

OPJ_INT32 opj_tcd_tilecomp::x1

§ y0

OPJ_INT32 opj_tcd_tilecomp::y0

§ y1

OPJ_INT32 opj_tcd_tilecomp::y1

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