FFmpeg
Data Fields
EXRThreadData Struct Reference

Data Fields

uint8_t * uncompressed_data
 
int uncompressed_size
 
uint8_t * tmp
 
int tmp_size
 
uint8_t * bitmap
 
uint16_t * lut
 
uint8_t * ac_data
 
unsigned ac_size
 
uint8_t * dc_data
 
unsigned dc_size
 
uint8_t * rle_data
 
unsigned rle_size
 
uint8_t * rle_raw_data
 
unsigned rle_raw_size
 
float block [3][64]
 
int ysize
 
int xsize
 
int channel_line_size
 
int run_sym
 
HuffEntryhe
 
uint64_t * freq
 
VLC vlc
 

Detailed Description

Definition at line 113 of file exr.c.

Field Documentation

◆ uncompressed_data

uint8_t* EXRThreadData::uncompressed_data

Definition at line 114 of file exr.c.

◆ uncompressed_size

int EXRThreadData::uncompressed_size

Definition at line 115 of file exr.c.

◆ tmp

uint8_t* EXRThreadData::tmp

Definition at line 117 of file exr.c.

◆ tmp_size

int EXRThreadData::tmp_size

Definition at line 118 of file exr.c.

◆ bitmap

uint8_t* EXRThreadData::bitmap

Definition at line 120 of file exr.c.

◆ lut

uint16_t* EXRThreadData::lut

Definition at line 121 of file exr.c.

◆ ac_data

uint8_t* EXRThreadData::ac_data

Definition at line 123 of file exr.c.

◆ ac_size

unsigned EXRThreadData::ac_size

Definition at line 124 of file exr.c.

◆ dc_data

uint8_t* EXRThreadData::dc_data

Definition at line 126 of file exr.c.

◆ dc_size

unsigned EXRThreadData::dc_size

Definition at line 127 of file exr.c.

◆ rle_data

uint8_t* EXRThreadData::rle_data

Definition at line 129 of file exr.c.

◆ rle_size

unsigned EXRThreadData::rle_size

Definition at line 130 of file exr.c.

◆ rle_raw_data

uint8_t* EXRThreadData::rle_raw_data

Definition at line 132 of file exr.c.

◆ rle_raw_size

unsigned EXRThreadData::rle_raw_size

Definition at line 133 of file exr.c.

◆ block

float EXRThreadData::block[3][64]

Definition at line 135 of file exr.c.

◆ ysize

int EXRThreadData::ysize

Definition at line 137 of file exr.c.

◆ xsize

int EXRThreadData::xsize

Definition at line 137 of file exr.c.

◆ channel_line_size

int EXRThreadData::channel_line_size

Definition at line 139 of file exr.c.

◆ run_sym

int EXRThreadData::run_sym

Definition at line 141 of file exr.c.

◆ he

HuffEntry* EXRThreadData::he

Definition at line 142 of file exr.c.

◆ freq

uint64_t* EXRThreadData::freq

Definition at line 143 of file exr.c.

◆ vlc

VLC EXRThreadData::vlc

Definition at line 144 of file exr.c.


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