Searched refs:accuracyLog (Results 1 – 3 of 3) sorted by relevance
567 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument573 assert(accuracyLog < 31-tableLog); /* ensure enough room for renormalization double shift */ in FSE_bitCost()576 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost()577 U32 const bitMultiplier = 1 << accuracyLog; in FSE_bitCost()
137 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog, in ZSTD_crossEntropyCost() argument140 unsigned const shift = 8 - accuracyLog; in ZSTD_crossEntropyCost()143 assert(accuracyLog <= 8); in ZSTD_crossEntropyCost()
52 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog,
Completed in 7 milliseconds