Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dexr.c112 typedef struct EXRThreadData { struct
113 uint8_t *uncompressed_data;
114 int uncompressed_size;
116 uint8_t *tmp;
117 int tmp_size;
119 uint8_t *bitmap;
120 uint16_t *lut;
144 } EXRThreadData; argument