|
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 66 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 67 of file exr.c.
Referenced by decode_block().
| uint8_t* EXRThreadData::tmp |
Definition at line 69 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 70 of file exr.c.
Referenced by decode_block().
| uint8_t* EXRThreadData::bitmap |
Definition at line 72 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
| uint16_t* EXRThreadData::lut |
Definition at line 73 of file exr.c.
Referenced by decode_end(), and piz_uncompress().
1.8.2