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