Home
last modified time | relevance | path

Searched defs:probs (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
47 #define TREE_DECODE(probs, limit, i) \ argument
53 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
55 #define TREE_6_DECODE(probs, i) \ argument
75 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
158 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
519 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
DLzmaDec.h49 CLzmaProb *probs; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c27 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
28 #define TREE_DECODE(probs, limit, i) \ argument
34 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
36 #define TREE_6_DECODE(probs, i) \ argument
56 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
139 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
500 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
719 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
DLzmaEnc.c609 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) in LitEnc_Encode()
620 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) in LitEnc_EncodeMatched()
670 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) in LitEnc_GetPrice()
683 static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt3… in LitEnc_GetPriceMatched()
700 static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_Encode()
714 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_ReverseEncode()
727 static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *Prob… in RcTree_GetPrice()
739 static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt3… in RcTree_ReverseGetPrice()
1046 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local
1259 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local
[all …]
DLzmaDec.h49 CLzmaProb *probs; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
47 #define TREE_DECODE(probs, limit, i) \ argument
53 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
55 #define TREE_6_DECODE(probs, i) \ argument
75 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
158 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
519 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
DLzmaDec.h49 CLzmaProb *probs; member