| FFmpeg
    | 
#include <j2k.h>

| Data Fields | |
| uint16_t | coord [2][2] | 
| border coordinates {{x0, x1}, {y0, y1}}  More... | |
| uint16_t | codeblock_width | 
| uint16_t | codeblock_height | 
| uint16_t | cblknx | 
| uint16_t | cblkny | 
| uint32_t | stepsize | 
| quantization stepsize (* 2^13)  More... | |
| J2kPrec * | prec | 
| J2kCblk * | cblk | 
Detailed Description
Field Documentation
| J2kCblk* J2kBand::cblk | 
Definition at line 164 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), and ff_j2k_reinit().
| uint16_t J2kBand::cblknx | 
Definition at line 161 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_tile(), ff_j2k_init_component(), ff_j2k_reinit(), and j2k_flush().
| uint16_t J2kBand::cblkny | 
Definition at line 161 of file j2k.h.
Referenced by decode_tile(), encode_tile(), ff_j2k_init_component(), ff_j2k_reinit(), and j2k_flush().
| uint16_t J2kBand::codeblock_height | 
Definition at line 160 of file j2k.h.
Referenced by decode_tile(), encode_tile(), ff_j2k_init_component(), and j2k_flush().
| uint16_t J2kBand::codeblock_width | 
Definition at line 160 of file j2k.h.
Referenced by decode_tile(), encode_tile(), ff_j2k_init_component(), and j2k_flush().
| uint16_t J2kBand::coord[2][2] | 
border coordinates {{x0, x1}, {y0, y1}}
Definition at line 159 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), and ff_j2k_init_component().
| J2kPrec* J2kBand::prec | 
Definition at line 163 of file j2k.h.
Referenced by decode_packet(), encode_packet(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), and j2k_flush().
| uint32_t J2kBand::stepsize | 
quantization stepsize (* 2^13)
Definition at line 162 of file j2k.h.
Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().
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