OpenJPEG
2.2.0
|
Precinct structure. More...
#include <tcd.h>
Data Fields | |
OPJ_INT32 | x0 |
OPJ_INT32 | y0 |
OPJ_INT32 | x1 |
OPJ_INT32 | y1 |
OPJ_UINT32 | cw |
OPJ_UINT32 | ch |
union { | |
opj_tcd_cblk_enc_t * enc | |
opj_tcd_cblk_dec_t * dec | |
void * blocks | |
} | cblks |
OPJ_UINT32 | block_size |
opj_tgt_tree_t * | incltree |
opj_tgt_tree_t * | imsbtree |
Precinct structure.
OPJ_UINT32 opj_tcd_precinct::block_size |
Referenced by opj_tcd_code_block_dec_deallocate(), opj_tcd_code_block_enc_deallocate(), and opj_tcd_init_tile().
void* opj_tcd_precinct::blocks |
Referenced by opj_tcd_init_tile().
union { ... } opj_tcd_precinct::cblks |
Referenced by opj_t1_decode_cblks(), opj_t1_encode_cblks(), opj_t2_encode_packet(), opj_t2_read_packet_data(), opj_t2_read_packet_header(), opj_t2_skip_packet_data(), opj_tcd_code_block_dec_deallocate(), opj_tcd_code_block_enc_deallocate(), opj_tcd_init_tile(), opj_tcd_makelayer(), opj_tcd_makelayer_fixed(), and opj_tcd_rateallocate().
OPJ_UINT32 opj_tcd_precinct::ch |
OPJ_UINT32 opj_tcd_precinct::cw |
opj_tcd_cblk_dec_t* opj_tcd_precinct::dec |
opj_tcd_cblk_enc_t* opj_tcd_precinct::enc |
opj_tgt_tree_t* opj_tcd_precinct::imsbtree |
Referenced by opj_t2_encode_packet(), opj_t2_read_packet_header(), opj_tcd_free_tile(), and opj_tcd_init_tile().
opj_tgt_tree_t* opj_tcd_precinct::incltree |
Referenced by opj_t2_encode_packet(), opj_t2_read_packet_header(), opj_tcd_free_tile(), and opj_tcd_init_tile().
OPJ_INT32 opj_tcd_precinct::x0 |
Referenced by opj_tcd_init_tile().
OPJ_INT32 opj_tcd_precinct::x1 |
Referenced by opj_tcd_init_tile().
OPJ_INT32 opj_tcd_precinct::y0 |
Referenced by opj_tcd_init_tile().
OPJ_INT32 opj_tcd_precinct::y1 |
Referenced by opj_tcd_init_tile().