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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c193 size_t const NCountCost = ZSTD_NCountCost(count, max, nbSeq, FSELog); local
194 size_t const compressedCost = (NCountCost << 3) + ZSTD_entropyCost(count, max, nbSeq);
200 assert(!ZSTD_isError(NCountCost));
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c208 size_t const NCountCost = ZSTD_NCountCost(count, max, nbSeq, FSELog); local
209 size_t const compressedCost = (NCountCost << 3) + ZSTD_entropyCost(count, max, nbSeq);
215 assert(!ZSTD_isError(NCountCost));

Completed in 119 milliseconds