OpenJPEG  1.5.1
Data Fields

Tile coder/decoder. More...

#include <tcd.h>

Data Fields

int tp_pos
 Position of the tilepart flag in Progression order. More...
 
int tp_num
 Tile part number. More...
 
int cur_tp_num
 Current tile part number. More...
 
int cur_totnum_tp
 Total number of tileparts of the current tile. More...
 
int cur_pino
 Current Packet iterator number. More...
 
opj_common_ptr cinfo
 codec context More...
 
opj_tcd_image_ttcd_image
 info on each image tile More...
 
opj_image_timage
 image More...
 
opj_cp_tcp
 coding parameters More...
 
opj_tcd_tile_ttcd_tile
 pointer to the current encoded/decoded tile More...
 
opj_tcp_ttcp
 coding/decoding parameters common to all tiles More...
 
int tcd_tileno
 current encoded/decoded tile More...
 
double encoding_time
 Time taken to encode a tile. More...
 

Detailed Description

Tile coder/decoder.

Field Documentation

opj_common_ptr opj_tcd::cinfo
opj_cp_t* opj_tcd::cp
int opj_tcd::cur_pino

Current Packet iterator number.

Referenced by j2k_encode(), tcd_encode_tile(), and tcd_rateallocate().

int opj_tcd::cur_totnum_tp

Total number of tileparts of the current tile.

Referenced by j2k_encode(), tcd_encode_tile(), tcd_init_encode(), tcd_malloc_encode(), and tcd_rateallocate().

int opj_tcd::cur_tp_num

Current tile part number.

Referenced by j2k_write_sod(), tcd_encode_tile(), and tcd_rateallocate().

double opj_tcd::encoding_time

Time taken to encode a tile.

Referenced by tcd_encode_tile().

opj_image_t* opj_tcd::image
opj_tcd_image_t* opj_tcd::tcd_image
opj_tcd_tile_t* opj_tcd::tcd_tile

pointer to the current encoded/decoded tile

Referenced by tcd_decode_tile(), tcd_encode_tile(), tcd_makelayer(), tcd_makelayer_fixed(), and tcd_rateallocate().

int opj_tcd::tcd_tileno

current encoded/decoded tile

Referenced by tcd_decode_tile(), tcd_encode_tile(), and tcd_rateallocate().

opj_tcp_t* opj_tcd::tcp

coding/decoding parameters common to all tiles

Referenced by tcd_decode_tile(), tcd_encode_tile(), tcd_makelayer_fixed(), tcd_rateallocate(), and tcd_rateallocate_fixed().

int opj_tcd::tp_num

Tile part number.

Referenced by j2k_write_sod(), and tcd_encode_tile().

int opj_tcd::tp_pos

Position of the tilepart flag in Progression order.

Referenced by j2k_encode(), tcd_encode_tile(), and tcd_rateallocate().


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