22 #ifndef OR_INTERNALS_CRWDECOMPRESS_H_ 23 #define OR_INTERNALS_CRWDECOMPRESS_H_ 28 #include "decompressor.hpp" 55 void setDecoderTable(uint32_t t) { m_table = t; }
56 void setOutputDimensions(uint32_t x, uint32_t y) {
68 void make_decoder(decode_t *dest,
const uint8_t *source,
int level);
69 void init_tables(uint32_t table_idx);
72 uint32_t m_height, m_width;
74 decode_t m_first_decode[32];
75 decode_t m_second_decode[512];
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.
base virtual class for IO