Searched refs:HUF_ENCBITS (Results 1 – 1 of 1) sorted by relevance
64 const int HUF_ENCBITS = 16; // literal (value) bit length variable67 const int HUF_ENCSIZE = (1 << HUF_ENCBITS) + 1; // encoding table size