libopenraw
|
Public Attributes | |
uint8_t | bits [17] |
uint8_t | huffval [256] |
bool | sentTable |
uint16_t | ehufco [256] |
char | ehufsi [256] |
uint16_t | mincode [17] |
int32_t | maxcode [18] |
int16_t | valptr [17] |
int32_t | numbits [256] |
int32_t | value [256] |
Definition at line 64 of file ljpegdecompressor_priv.hpp.
uint8_t OpenRaw::Internals::HuffmanTable::bits[17] |
Definition at line 69 of file ljpegdecompressor_priv.hpp.
uint16_t OpenRaw::Internals::HuffmanTable::ehufco[256] |
Definition at line 84 of file ljpegdecompressor_priv.hpp.
char OpenRaw::Internals::HuffmanTable::ehufsi[256] |
Definition at line 85 of file ljpegdecompressor_priv.hpp.
uint8_t OpenRaw::Internals::HuffmanTable::huffval[256] |
Definition at line 70 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::HuffmanTable::maxcode[18] |
Definition at line 88 of file ljpegdecompressor_priv.hpp.
uint16_t OpenRaw::Internals::HuffmanTable::mincode[17] |
Definition at line 87 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::HuffmanTable::numbits[256] |
Definition at line 90 of file ljpegdecompressor_priv.hpp.
bool OpenRaw::Internals::HuffmanTable::sentTable |
Definition at line 77 of file ljpegdecompressor_priv.hpp.
int16_t OpenRaw::Internals::HuffmanTable::valptr[17] |
Definition at line 89 of file ljpegdecompressor_priv.hpp.
int32_t OpenRaw::Internals::HuffmanTable::value[256] |
Definition at line 91 of file ljpegdecompressor_priv.hpp.