Searched refs:ZSTD_useLowProbCount (Results 1 – 1 of 1) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_sequences.c | 58 static unsigned ZSTD_useLowProbCount(size_t const nbSeq) in ZSTD_useLowProbCount() function 77 FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq, max, ZSTD_useLowProbCount(nbSeq)), ""); in ZSTD_NCountCost() 279 FORWARD_IF_ERROR(FSE_normalizeCount(wksp->norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)), "FSE_normalizeCount failed"); in ZSTD_buildCTable()
|