Searched defs:HUF_ENCSIZE (Results 1 – 1 of 1) sorted by relevance
67 const int HUF_ENCSIZE = (1 << HUF_ENCBITS) + 1; // encoding table size variable207 hufCanonicalCodeTable (Int64 hcode[HUF_ENCSIZE]) in hufCanonicalCodeTable()960 countFrequencies (Int64 freq[HUF_ENCSIZE], in countFrequencies()