FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
J2kComponent Struct Reference

#include <j2k.h>

Data Fields

J2kResLevelreslevel
 
DWTContext dwt
 
int * data
 
uint16_t coord [2][2]
 border coordinates {{x0, x1}, {y0, y1}}
 

Detailed Description

Definition at line 175 of file j2k.h.

Field Documentation

J2kResLevel* J2kComponent::reslevel
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().

int* J2kComponent::data
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().


The documentation for this struct was generated from the following file: