Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dfse.h575 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() local
576 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost()