FFmpeg
|
Data Fields | |
uint8_t * | uncompressed_data |
int | uncompressed_size |
uint8_t * | tmp |
int | tmp_size |
uint8_t * | bitmap |
uint16_t * | lut |
int | ysize |
int | xsize |
int | channel_line_size |
uint8_t* EXRThreadData::uncompressed_data |
Definition at line 98 of file exr.c.
Referenced by b44_uncompress(), decode_block(), decode_end(), piz_uncompress(), pxr24_uncompress(), rle_uncompress(), and zip_uncompress().
int EXRThreadData::uncompressed_size |
Definition at line 99 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::tmp |
Definition at line 101 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 102 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::bitmap |
Definition at line 104 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
uint16_t* EXRThreadData::lut |
Definition at line 105 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
int EXRThreadData::ysize |
Definition at line 107 of file exr.c.
Referenced by b44_uncompress(), decode_block(), piz_uncompress(), and pxr24_uncompress().
int EXRThreadData::xsize |
Definition at line 107 of file exr.c.
Referenced by b44_uncompress(), decode_block(), piz_uncompress(), and pxr24_uncompress().
int EXRThreadData::channel_line_size |
Definition at line 109 of file exr.c.
Referenced by b44_uncompress(), and decode_block().