OpenJPEG 1.5.1
opj_tcd Struct Reference

Tile coder/decoder. More...

#include <tcd.h>

Data Fields

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

Detailed Description

Tile coder/decoder.

Field Documentation

◆ cinfo

opj_common_ptr opj_tcd::cinfo

◆ cp

◆ cur_pino

int opj_tcd::cur_pino

Current Packet iterator number.

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

◆ cur_totnum_tp

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().

◆ cur_tp_num

int opj_tcd::cur_tp_num

Current tile part number.

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

◆ encoding_time

double opj_tcd::encoding_time

Time taken to encode a tile.

Referenced by tcd_encode_tile().

◆ image

◆ tcd_image

◆ tcd_tile

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().

◆ tcd_tileno

int opj_tcd::tcd_tileno

current encoded/decoded tile

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

◆ tcp

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().

◆ tp_num

int opj_tcd::tp_num

Tile part number.

Referenced by j2k_write_sod(), and tcd_encode_tile().

◆ tp_pos

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: