Searched defs:EXRThreadData (Results 1 – 1 of 1) sorted by relevance
112 typedef struct EXRThreadData { struct113 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