21 #ifndef OR_INTERNALS_LJPEGDECOMPRESSOR_PRIV_H 22 #define OR_INTERNALS_LJPEGDECOMPRESSOR_PRIV_H 40 int16_t componentIndex;
105 : imageWidth(0), imageHeight(0),
106 dataPrecision(0), compInfo(NULL),
110 restartInterval(0), restartInRows(0),
111 restartRowsToGo(0), nextRestartNum(0)
114 memset(&curCompInfo, 0,
sizeof(curCompInfo));
115 memset(&MCUmembership, 0,
sizeof(MCUmembership));
116 memset(&dcHuffTblPtrs, 0,
sizeof(dcHuffTblPtrs));
121 for(i = 0; i < 4; i++) {
122 if(dcHuffTblPtrs[i]) {
123 free(dcHuffTblPtrs[i]);
136 int32_t dataPrecision;
143 int16_t numComponents;
156 int16_t MCUmembership[10];
173 int32_t restartInterval;
174 int32_t restartInRows;
179 int32_t restartRowsToGo;
180 int16_t nextRestartNum;
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.