libopenraw
Public Attributes | List of all members
OpenRaw::Internals::HuffmanTable Struct Reference

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]
 

Detailed Description

Definition at line 64 of file ljpegdecompressor_priv.hpp.

Member Data Documentation

◆ bits

uint8_t OpenRaw::Internals::HuffmanTable::bits[17]

Definition at line 69 of file ljpegdecompressor_priv.hpp.

◆ ehufco

uint16_t OpenRaw::Internals::HuffmanTable::ehufco[256]

Definition at line 84 of file ljpegdecompressor_priv.hpp.

◆ ehufsi

char OpenRaw::Internals::HuffmanTable::ehufsi[256]

Definition at line 85 of file ljpegdecompressor_priv.hpp.

◆ huffval

uint8_t OpenRaw::Internals::HuffmanTable::huffval[256]

Definition at line 70 of file ljpegdecompressor_priv.hpp.

◆ maxcode

int32_t OpenRaw::Internals::HuffmanTable::maxcode[18]

Definition at line 88 of file ljpegdecompressor_priv.hpp.

◆ mincode

uint16_t OpenRaw::Internals::HuffmanTable::mincode[17]

Definition at line 87 of file ljpegdecompressor_priv.hpp.

◆ numbits

int32_t OpenRaw::Internals::HuffmanTable::numbits[256]

Definition at line 90 of file ljpegdecompressor_priv.hpp.

◆ sentTable

bool OpenRaw::Internals::HuffmanTable::sentTable

Definition at line 77 of file ljpegdecompressor_priv.hpp.

◆ valptr

int16_t OpenRaw::Internals::HuffmanTable::valptr[17]

Definition at line 89 of file ljpegdecompressor_priv.hpp.

◆ value

int32_t OpenRaw::Internals::HuffmanTable::value[256]

Definition at line 91 of file ljpegdecompressor_priv.hpp.


The documentation for this struct was generated from the following file: