Home
last modified time | relevance | path

Searched refs:FSE_MIN_TABLELOG (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/zstd/
Dfse_compress.c221 bitStream += (tableLog - FSE_MIN_TABLELOG) << bitCount; in FSE_writeNCount_generic()
305 if (tableLog < FSE_MIN_TABLELOG) in FSE_writeNCount()
504 if (tableLog < FSE_MIN_TABLELOG) in FSE_optimalTableLog_internal()
505 tableLog = FSE_MIN_TABLELOG; in FSE_optimalTableLog_internal()
613 if (tableLog < FSE_MIN_TABLELOG) in FSE_normalizeCount()
Dentropy_common.c75 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */ in FSE_readNCount()
Dfse.h566 #define FSE_MIN_TABLELOG 5 macro