Searched refs:minNbBits (Results 1 – 2 of 2) sorted by relevance
573 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() local574 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost()583 return (minNbBits+1)*bitMultiplier - normalizedDeltaFromThreshold; in FSE_bitCost()
2016 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() local2017 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost()2026 return (minNbBits+1)*bitMultiplier - normalizedDeltaFromThreshold; in FSE_bitCost()