Home
last modified time | relevance | path

Searched defs:EXRThreadData (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dexr.c111 typedef struct EXRThreadData { struct
112 uint8_t *uncompressed_data;
113 int uncompressed_size;
115 uint8_t *tmp;
116 int tmp_size;
118 uint8_t *bitmap;
119 uint16_t *lut;
143 } EXRThreadData; argument