Searched refs:FSE_minTableLog (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dfse_compress.c356 static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue) function
369 U32 minBits = FSE_minTableLog(srcSize, maxSymbolValue);
481 if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small tableLog, compression potentially impossible */

Completed in 195 milliseconds