OpenJPEG
1.5.1
|
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_t * | tcd_image |
info on each image tile More... | |
opj_image_t * | image |
image More... | |
opj_cp_t * | cp |
coding parameters More... | |
opj_tcd_tile_t * | tcd_tile |
pointer to the current encoded/decoded tile More... | |
opj_tcp_t * | tcp |
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... | |
Tile coder/decoder.
opj_common_ptr opj_tcd::cinfo |
codec context
Referenced by tcd_create(), tcd_decode_tile(), tcd_encode_tile(), tcd_malloc_decode_tile(), and tcd_rateallocate().
opj_cp_t* opj_tcd::cp |
coding parameters
Referenced by tcd_decode_tile(), tcd_encode_tile(), tcd_makelayer_fixed(), tcd_malloc_decode_tile(), tcd_malloc_encode(), and tcd_rateallocate().
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 |
image
Referenced by tcd_decode_tile(), tcd_dump(), tcd_encode_tile(), tcd_makelayer_fixed(), tcd_malloc_decode(), tcd_malloc_encode(), and tcd_rateallocate().
opj_tcd_image_t* opj_tcd::tcd_image |
info on each image tile
Referenced by j2k_write_sod(), jpwl_check_tile(), tcd_create(), tcd_decode_tile(), tcd_destroy(), tcd_dump(), tcd_encode_tile(), tcd_free_decode(), tcd_free_decode_tile(), tcd_free_encode(), tcd_init_encode(), tcd_malloc_decode(), tcd_malloc_decode_tile(), and tcd_malloc_encode().
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().