Searched refs:accuracyLog (Results 1 – 1 of 1) sorted by relevance
551 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument557 assert(accuracyLog < 31-tableLog); /* ensure enough room for renormalization double shift */ in FSE_bitCost()560 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost()561 U32 const bitMultiplier = 1 << accuracyLog; in FSE_bitCost()
Completed in 6 milliseconds