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.
|
inline |
Definition at line 104 of file ljpegdecompressor_priv.hpp.
|
inline |
Definition at line 118 of file ljpegdecompressor_priv.hpp.
JpegComponentInfo* OpenRaw::Internals::DecompressInfo::compInfo |
Definition at line 142 of file ljpegdecompressor_priv.hpp.
int16_t OpenRaw::Internals::DecompressInfo::compsInScan |
Definition at line 150 of file ljpegdecompressor_priv.hpp.
JpegComponentInfo* OpenRaw::Internals::DecompressInfo::curCompInfo[4] |
Definition at line 149 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::dataPrecision |
Definition at line 136 of file ljpegdecompressor_priv.hpp.
HuffmanTable* OpenRaw::Internals::DecompressInfo::dcHuffTblPtrs[4] |
Definition at line 161 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::imageHeight |
Definition at line 135 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::imageWidth |
Definition at line 134 of file ljpegdecompressor_priv.hpp.
int16_t OpenRaw::Internals::DecompressInfo::MCUmembership[10] |
Definition at line 156 of file ljpegdecompressor_priv.hpp.
int16_t OpenRaw::Internals::DecompressInfo::nextRestartNum |
Definition at line 180 of file ljpegdecompressor_priv.hpp.
int16_t OpenRaw::Internals::DecompressInfo::numComponents |
Definition at line 143 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::Pt |
Definition at line 167 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::restartInRows |
Definition at line 174 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::restartInterval |
Definition at line 173 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::restartRowsToGo |
Definition at line 179 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::DecompressInfo::Ss |
Definition at line 166 of file ljpegdecompressor_priv.hpp.