Searched refs:bitsToWeight (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c165 BYTE bitsToWeight[HUF_TABLELOG_MAX + 1]; /* precomputed conversion table */ member in struct:__anon166
183 wksp->bitsToWeight[0] = 0;
185 wksp->bitsToWeight[n] = (BYTE)(huffLog + 1 - n);
187 wksp->huffWeight[n] = wksp->bitsToWeight[HUF_getNbBits(ct[n])];

Completed in 216 milliseconds