OpenJPEG  2.2.0
Data Fields

Tile coder/decoder. More...

#include <tcd.h>

Data Fields

OPJ_INT32 tp_pos
 Position of the tilepart flag in Progression order. More...
 
OPJ_UINT32 tp_num
 Tile part number. More...
 
OPJ_UINT32 cur_tp_num
 Current tile part number. More...
 
OPJ_UINT32 cur_totnum_tp
 Total number of tileparts of the current tile. More...
 
OPJ_UINT32 cur_pino
 Current Packet iterator number. More...
 
opj_tcd_image_ttcd_image
 info on each image tile More...
 
opj_image_timage
 image header More...
 
opj_cp_tcp
 coding parameters More...
 
opj_tcp_ttcp
 coding/decoding parameters common to all tiles More...
 
OPJ_UINT32 tcd_tileno
 current encoded/decoded tile More...
 
OPJ_BITFIELD m_is_decoder: 1
 tell if the tcd is a decoder. More...
 
opj_thread_pool_tthread_pool
 Thread pool. More...
 

Detailed Description

Tile coder/decoder.

Field Documentation

opj_cp_t* opj_tcd::cp
OPJ_UINT32 opj_tcd::cur_pino
OPJ_UINT32 opj_tcd::cur_totnum_tp

Total number of tileparts of the current tile.

Referenced by opj_j2k_pre_write_tile().

OPJ_UINT32 opj_tcd::cur_tp_num

Current tile part number.

Referenced by opj_j2k_write_sod(), opj_tcd_encode_tile(), and opj_tcd_rateallocate().

opj_image_t* opj_tcd::image
OPJ_BITFIELD opj_tcd::m_is_decoder

tell if the tcd is a decoder.

Referenced by opj_tcd_create(), opj_tcd_free_tile(), and opj_tcd_init_tile().

opj_tcd_image_t* opj_tcd::tcd_image
OPJ_UINT32 opj_tcd::tcd_tileno
opj_tcp_t* opj_tcd::tcp
opj_thread_pool_t* opj_tcd::thread_pool

Thread pool.

Referenced by opj_tcd_dwt_decode(), opj_tcd_init(), and opj_tcd_t1_decode().

OPJ_UINT32 opj_tcd::tp_num

Tile part number.

Referenced by opj_j2k_write_sod(), and opj_tcd_t2_encode().

OPJ_INT32 opj_tcd::tp_pos

Position of the tilepart flag in Progression order.

Referenced by opj_tcd_init(), opj_tcd_rateallocate(), and opj_tcd_t2_encode().


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