Searched refs:maxBitsSrc (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dfse_compress.c367 U32 maxBitsSrc = BIT_highbit32((U32)(srcSize - 1)) - minus; local
372 if (maxBitsSrc < tableLog) tableLog = maxBitsSrc; /* Accuracy can be reduced */

Completed in 334 milliseconds