Lines Matching defs:DecompressInfo
307 struct DecompressInfo struct
314 int32 imageWidth;
315 int32 imageHeight;
316 int32 dataPrecision;
322 JpegComponentInfo *compInfo;
323 int16 numComponents;
329 JpegComponentInfo *curCompInfo[4];
330 int16 compsInScan;
336 int16 MCUmembership[10];
341 HuffmanTable *dcHuffTblPtrs[4];
346 int32 Ss;
347 int32 Pt;
353 int32 restartInterval;/* MCUs per restart interval, 0 = no restart */
354 int32 restartInRows; /*if > 0, MCU rows per restart interval; 0 = no restart*/
359 int32 restartRowsToGo; /* MCUs rows left in this restart interval */
360 int16 nextRestartNum; /* # of next RSTn marker (0..7) */