Definition at line 248 of file huffman.h.
References i, isLeaf, nbits, Set(), and symbol.
Referenced by Set().
255 lut[bits&0xff].
Set(sym, n-8, bits>>8);
259 const int nn = 1<<(8-n);
261 for (
int i=0;
i<nn;
i++)
263 const uint8_t key = bits | (
i<<n);
void Set(uint16_t sym, uint8_t n=0, size_t bits=0)