| FFmpeg
    | 
#include <j2k.h>

| Data Fields | |
| uint8_t | npasses | 
| uint8_t | ninclpasses | 
| number coding of passes included in codestream  More... | |
| uint8_t | nonzerobits | 
| uint16_t | length | 
| uint16_t | lengthinc | 
| uint8_t | lblock | 
| uint8_t | zero | 
| uint8_t | data [8192] | 
| J2kPass | passes [100] | 
Detailed Description
Field Documentation
| uint8_t J2kCblk::data[8192] | 
Definition at line 148 of file j2k.h.
Referenced by decode_cblk(), decode_packet(), encode_cblk(), and encode_packet().
| uint8_t J2kCblk::lblock | 
Definition at line 146 of file j2k.h.
Referenced by decode_packet(), ff_j2k_init_component(), and ff_j2k_reinit().
| uint16_t J2kCblk::length | 
Definition at line 144 of file j2k.h.
Referenced by decode_cblk(), decode_packet(), ff_j2k_init_component(), and ff_j2k_reinit().
| uint16_t J2kCblk::lengthinc | 
Definition at line 145 of file j2k.h.
Referenced by decode_packet(), and ff_j2k_init_component().
| uint8_t J2kCblk::ninclpasses | 
number coding of passes included in codestream
Definition at line 142 of file j2k.h.
Referenced by encode_cblk(), encode_packet(), and truncpasses().
| uint8_t J2kCblk::nonzerobits | 
Definition at line 143 of file j2k.h.
Referenced by decode_cblk(), decode_packet(), encode_cblk(), and encode_packet().
| uint8_t J2kCblk::npasses | 
Definition at line 141 of file j2k.h.
Referenced by decode_cblk(), decode_packet(), encode_cblk(), ff_j2k_init_component(), and getcut().
| J2kPass J2kCblk::passes[100] | 
Definition at line 149 of file j2k.h.
Referenced by encode_cblk(), encode_packet(), and getcut().
| uint8_t J2kCblk::zero | 
Definition at line 147 of file j2k.h.
Referenced by 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