Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::CompressDeflate::StaticTreeDesc_t Struct Reference

Structure for each static huffman tree entry. More...

Collaboration diagram for Burger::CompressDeflate::StaticTreeDesc_t:
Collaboration graph
[legend]

Public Attributes

const CodeData_tm_pTree
 Static tree or NULL.
 
const int * m_pExtraBits
 Extra bits for each code or NULL.
 
int m_iExtraBase
 Base index for extra_bits.
 
int m_iElements
 Max number of elements in the tree.
 
int m_iMaxLength
 Max bit length for the codes.
 

Detailed Description

Structure for each static huffman tree entry.


See also
Burger::CompressDeflate

Member Data Documentation

◆ m_iElements

int Burger::CompressDeflate::StaticTreeDesc_t::m_iElements

Max number of elements in the tree.

◆ m_iExtraBase

int Burger::CompressDeflate::StaticTreeDesc_t::m_iExtraBase

Base index for extra_bits.

◆ m_iMaxLength

int Burger::CompressDeflate::StaticTreeDesc_t::m_iMaxLength

Max bit length for the codes.

◆ m_pExtraBits

const int* Burger::CompressDeflate::StaticTreeDesc_t::m_pExtraBits

Extra bits for each code or NULL.

◆ m_pTree

const CodeData_t* Burger::CompressDeflate::StaticTreeDesc_t::m_pTree

Static tree or NULL.