libopenraw
|
Public Member Functions | |
DecompressInfo (const DecompressInfo &)=delete | |
DecompressInfo & | operator= (const DecompressInfo &)=delete |
Public Attributes | |
int32_t | imageWidth |
int32_t | imageHeight |
int32_t | dataPrecision |
JpegComponentInfo * | compInfo |
int16_t | numComponents |
JpegComponentInfo * | curCompInfo [4] |
int16_t | compsInScan |
int16_t | MCUmembership [10] |
HuffmanTable * | dcHuffTblPtrs [4] |
int32_t | Ss |
int32_t | Pt |
int32_t | restartInterval |
int32_t | restartInRows |
int32_t | restartRowsToGo |
int16_t | nextRestartNum |
Definition at line 98 of file ljpegdecompressor_priv.hpp.