OpenJPEG
1.5.0
|
FIXME: documentation. More...
#include <tcd.h>
Data Fields | |
int | x0 |
int | y0 |
int | x1 |
int | y1 |
int | cw |
int | ch |
union { | |
opj_tcd_cblk_enc_t * enc | |
opj_tcd_cblk_dec_t * dec | |
} | cblks |
opj_tgt_tree_t * | incltree |
opj_tgt_tree_t * | imsbtree |
FIXME: documentation.
union { ... } opj_tcd_precinct::cblks |
int opj_tcd_precinct::ch |
int opj_tcd_precinct::cw |
opj_tcd_cblk_dec_t* opj_tcd_precinct::dec |
Referenced by t1_decode_cblks(), and t2_decode_packet().
opj_tcd_cblk_enc_t* opj_tcd_precinct::enc |
opj_tgt_tree_t* opj_tcd_precinct::imsbtree |
Referenced by t2_decode_packet(), t2_encode_packet(), tcd_free_decode_tile(), tcd_free_encode(), and tcd_malloc_encode().
opj_tgt_tree_t* opj_tcd_precinct::incltree |
Referenced by t2_decode_packet(), t2_encode_packet(), tcd_free_decode_tile(), tcd_free_encode(), and tcd_malloc_encode().
int opj_tcd_precinct::x0 |
Referenced by jpwl_check_tile(), tcd_dump(), tcd_init_encode(), tcd_malloc_decode_tile(), and tcd_malloc_encode().
int opj_tcd_precinct::x1 |
Referenced by jpwl_check_tile(), and tcd_dump().
int opj_tcd_precinct::y0 |
Referenced by tcd_dump().
int opj_tcd_precinct::y1 |
Referenced by tcd_dump().