Home
last modified time | relevance | path

Searched refs:deltaFromThreshold (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h578 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() local
579 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2021 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() local
2022 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost()