FFmpeg
|
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 |
HuffEntry * | he |
uint64_t * | freq |
VLC | vlc |
uint8_t* EXRThreadData::uncompressed_data |
Definition at line 114 of file exr.c.
Referenced by b44_uncompress(), decode_block(), decode_end(), dwa_uncompress(), piz_uncompress(), pxr24_uncompress(), rle_uncompress(), and zip_uncompress().
int EXRThreadData::uncompressed_size |
Definition at line 115 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::tmp |
Definition at line 117 of file exr.c.
Referenced by decode_block(), decode_end(), piz_uncompress(), pxr24_uncompress(), rle_uncompress(), and zip_uncompress().
int EXRThreadData::tmp_size |
Definition at line 118 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::bitmap |
Definition at line 120 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
uint16_t* EXRThreadData::lut |
Definition at line 121 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
uint8_t* EXRThreadData::ac_data |
Definition at line 123 of file exr.c.
Referenced by decode_end(), and dwa_uncompress().
unsigned EXRThreadData::ac_size |
Definition at line 124 of file exr.c.
Referenced by dwa_uncompress().
uint8_t* EXRThreadData::dc_data |
Definition at line 126 of file exr.c.
Referenced by decode_end(), and dwa_uncompress().
unsigned EXRThreadData::dc_size |
Definition at line 127 of file exr.c.
Referenced by dwa_uncompress().
uint8_t* EXRThreadData::rle_data |
Definition at line 129 of file exr.c.
Referenced by decode_end(), and dwa_uncompress().
unsigned EXRThreadData::rle_size |
Definition at line 130 of file exr.c.
Referenced by dwa_uncompress().
uint8_t* EXRThreadData::rle_raw_data |
Definition at line 132 of file exr.c.
Referenced by decode_end(), and dwa_uncompress().
unsigned EXRThreadData::rle_raw_size |
Definition at line 133 of file exr.c.
Referenced by dwa_uncompress().
float EXRThreadData::block[3][64] |
Definition at line 135 of file exr.c.
Referenced by dwa_uncompress().
int EXRThreadData::ysize |
Definition at line 137 of file exr.c.
Referenced by b44_uncompress(), decode_block(), dwa_uncompress(), piz_uncompress(), and pxr24_uncompress().
int EXRThreadData::xsize |
Definition at line 137 of file exr.c.
Referenced by b44_uncompress(), decode_block(), dwa_uncompress(), piz_uncompress(), and pxr24_uncompress().
int EXRThreadData::channel_line_size |
Definition at line 139 of file exr.c.
Referenced by b44_uncompress(), and decode_block().
int EXRThreadData::run_sym |
Definition at line 141 of file exr.c.
Referenced by huf_build_dec_table(), and huf_uncompress().
HuffEntry* EXRThreadData::he |
Definition at line 142 of file exr.c.
Referenced by decode_end(), huf_build_dec_table(), and huf_uncompress().
uint64_t* EXRThreadData::freq |
Definition at line 143 of file exr.c.
Referenced by decode_end(), huf_build_dec_table(), and huf_uncompress().
VLC EXRThreadData::vlc |
Definition at line 144 of file exr.c.
Referenced by decode_end(), huf_build_dec_table(), and huf_uncompress().