#include <j2k.h>
| Data Fields | |
| uint8_t | nbands | 
| uint16_t | coord [2][2] | 
| border coordinates {{x0, x1}, {y0, y1}} | |
| uint16_t | num_precincts_x | 
| uint16_t | num_precincts_y | 
| number of precincts in x/y direction | |
| uint8_t | log2_prec_width | 
| uint8_t | log2_prec_height | 
| exponent of precinct size | |
| J2kBand * | band | 
Definition at line 167 of file j2k.h.
Definition at line 172 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), and truncpasses().
| uint16_t J2kResLevel::coord[2][2] | 
border coordinates {{x0, x1}, {y0, y1}}
Definition at line 169 of file j2k.h.
Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().
| uint8_t J2kResLevel::log2_prec_height | 
| uint8_t J2kResLevel::log2_prec_width | 
| uint8_t J2kResLevel::nbands | 
Definition at line 168 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), and truncpasses().
| uint16_t J2kResLevel::num_precincts_x | 
Definition at line 170 of file j2k.h.
Referenced by decode_packets(), encode_packets(), ff_j2k_cleanup(), ff_j2k_init_component(), and ff_j2k_reinit().
| uint16_t J2kResLevel::num_precincts_y | 
number of precincts in x/y direction
Definition at line 170 of file j2k.h.
Referenced by decode_packets(), encode_packets(), ff_j2k_cleanup(), ff_j2k_init_component(), and ff_j2k_reinit().
 1.5.8
 1.5.8