Searched refs:numBitLevels (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 686 static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_Encode() argument 690 for (i = numBitLevels; i != 0;) in RcTree_Encode() 700 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_ReverseEncode() argument 704 for (i = 0; i < numBitLevels; i++) in RcTree_ReverseEncode() 713 static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *Prob… in RcTree_GetPrice() argument 716 symbol |= (1 << numBitLevels); in RcTree_GetPrice() 725 static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt3… in RcTree_ReverseGetPrice() argument 730 for (i = numBitLevels; i != 0; i--) in RcTree_ReverseGetPrice()
|