Searched refs:numBitLevels (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 700 static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_Encode() argument 704 for (i = numBitLevels; i != 0;) in RcTree_Encode() 714 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_ReverseEncode() argument 718 for (i = 0; i < numBitLevels; i++) in RcTree_ReverseEncode() 727 static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *Prob… in RcTree_GetPrice() argument 730 symbol |= (1 << numBitLevels); in RcTree_GetPrice() 739 static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt3… in RcTree_ReverseGetPrice() argument 744 for (i = numBitLevels; i != 0; i--) in RcTree_ReverseGetPrice()
|