| FFmpeg
    | 
#include <j2k.h>

| Data Fields | |
| uint8_t | nbands | 
| uint16_t | coord [2][2] | 
| border coordinates {{x0, x1}, {y0, y1}}  More... | |
| uint16_t | num_precincts_x | 
| uint16_t | num_precincts_y | 
| number of precincts in x/y direction  More... | |
| uint8_t | log2_prec_width | 
| uint8_t | log2_prec_height | 
| exponent of precinct size  More... | |
| J2kBand * | band | 
Detailed Description
Field Documentation
| J2kBand* J2kResLevel::band | 
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(), j2k_flush(), 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::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(), j2k_flush(), 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(), ff_j2k_reinit(), and j2k_flush().
| 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(), ff_j2k_reinit(), and j2k_flush().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11