OpenJPEG
2.2.0
|
Sub-band structure. More...
#include <tcd.h>
Data Fields | |
OPJ_INT32 | x0 |
OPJ_INT32 | y0 |
OPJ_INT32 | x1 |
OPJ_INT32 | y1 |
OPJ_UINT32 | bandno |
opj_tcd_precinct_t * | precincts |
OPJ_UINT32 | precincts_data_size |
OPJ_INT32 | numbps |
OPJ_FLOAT32 | stepsize |
Sub-band structure.
OPJ_UINT32 opj_tcd_band::bandno |
Referenced by opj_t1_clbl_decode_processor(), and opj_tcd_init_tile().
OPJ_INT32 opj_tcd_band::numbps |
Referenced by opj_t2_encode_packet(), and opj_t2_read_packet_header().
opj_tcd_precinct_t* opj_tcd_band::precincts |
OPJ_UINT32 opj_tcd_band::precincts_data_size |
Referenced by opj_t2_read_packet_header(), and opj_tcd_free_tile().
OPJ_FLOAT32 opj_tcd_band::stepsize |
Referenced by opj_t1_clbl_decode_processor().
OPJ_INT32 opj_tcd_band::x0 |
OPJ_INT32 opj_tcd_band::x1 |
Referenced by opj_t2_read_packet_data(), opj_t2_skip_packet_data(), and opj_tcd_is_band_empty().
OPJ_INT32 opj_tcd_band::y0 |
OPJ_INT32 opj_tcd_band::y1 |
Referenced by opj_t2_read_packet_data(), opj_t2_skip_packet_data(), and opj_tcd_is_band_empty().