FFmpeg
|
Data Fields | |
uint8_t * | uncompressed_data |
int | uncompressed_size |
uint8_t * | tmp |
int | tmp_size |
uint8_t * | bitmap |
uint16_t * | lut |
uint8_t* EXRThreadData::uncompressed_data |
Definition at line 74 of file exr.c.
Referenced by decode_block(), decode_end(), piz_uncompress(), pxr24_uncompress(), rle_uncompress(), and zip_uncompress().
int EXRThreadData::uncompressed_size |
Definition at line 75 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::tmp |
Definition at line 77 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 78 of file exr.c.
Referenced by decode_block().
uint8_t* EXRThreadData::bitmap |
Definition at line 80 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
uint16_t* EXRThreadData::lut |
Definition at line 81 of file exr.c.
Referenced by decode_end(), and piz_uncompress().