FFmpeg
|
J2kComponent Struct Reference
#include <j2k.h>
Collaboration diagram for J2kComponent:
Data Fields | |
J2kResLevel * | reslevel |
DWTContext | dwt |
int * | data |
uint16_t | coord [2][2] |
border coordinates {{x0, x1}, {y0, y1}} More... | |
Detailed Description
Field Documentation
uint16_t J2kComponent::coord[2][2] |
border coordinates {{x0, x1}, {y0, y1}}
Definition at line 179 of file j2k.h.
Referenced by copy_frame(), decode_tile(), encode_tile(), ff_j2k_init_component(), init_tile(), init_tiles(), and mct_decode().
int* J2kComponent::data |
Definition at line 178 of file j2k.h.
Referenced by copy_frame(), decode_tile(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), j2k_flush(), and mct_decode().
DWTContext J2kComponent::dwt |
Definition at line 177 of file j2k.h.
Referenced by decode_tile(), encode_tile(), ff_j2k_cleanup(), and ff_j2k_init_component().
J2kResLevel* J2kComponent::reslevel |
Definition at line 176 of file j2k.h.
Referenced by decode_packets(), decode_tile(), encode_packets(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), j2k_flush(), and truncpasses().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11