Searched refs:minNbBits (Results 1 – 2 of 2) sorted by relevance
548 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() local549 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost()558 return (minNbBits+1)*bitMultiplier - normalizedDeltaFromThreshold; in FSE_bitCost()
574 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() local575 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost()584 return (minNbBits+1)*bitMultiplier - normalizedDeltaFromThreshold; in FSE_bitCost()