37 int16_t componentIndex;
95 : imageWidth(0), imageHeight(0),
96 dataPrecision(0), compInfo(NULL),
100 restartInterval(0), restartInRows(0),
101 restartRowsToGo(0), nextRestartNum(0)
103 memset(&curCompInfo, 0,
sizeof(curCompInfo));
104 memset(&MCUmembership, 0,
sizeof(MCUmembership));
105 memset(&dcHuffTblPtrs, 0,
sizeof(dcHuffTblPtrs));
110 for(i = 0; i < 4; i++) {
111 if(dcHuffTblPtrs[i]) {
112 free(dcHuffTblPtrs[i]);
125 int32_t dataPrecision;
132 int16_t numComponents;
145 int16_t MCUmembership[10];
162 int32_t restartInterval;
163 int32_t restartInRows;
168 int32_t restartRowsToGo;
169 int16_t nextRestartNum;
Global namespace for libopenraw.