Home
last modified time | relevance | path

Searched refs:prob (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c49 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
53 probLit = prob + offs + bit + symbol; \
164 CLzmaProb *prob; in LzmaDec_DecodeReal() local
169 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
170 IF_BIT_0(prob) in LzmaDec_DecodeReal()
173 UPDATE_0(prob); in LzmaDec_DecodeReal()
174 prob = probs + Literal; in LzmaDec_DecodeReal()
176 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
232 UPDATE_1(prob); in LzmaDec_DecodeReal()
233 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]
DLzmaEnc.c602 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) in RangeEnc_EncodeBit() argument
604 UInt32 ttt = *prob; in RangeEnc_EncodeBit()
617 *prob = (CLzmaProb)ttt; in RangeEnc_EncodeBit()
674 #define GET_PRICE(prob, symbol) \ argument
675 p->ProbPrices[((prob) ^ (((-(int)(symbol))) & (kBitModelTotal - 1))) >> kNumMoveReducingBits];
677 #define GET_PRICEa(prob, symbol) \ argument
678 ProbPrices[((prob) ^ ((-((int)(symbol))) & (kBitModelTotal - 1))) >> kNumMoveReducingBits];
680 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] argument
681 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
683 #define GET_PRICE_0a(prob) ProbPrices[(prob) >> kNumMoveReducingBits] argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
55 probLit = prob + offs + bit + symbol; \
166 CLzmaProb *prob; in LzmaDec_DecodeReal() local
171 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
172 IF_BIT_0(prob) in LzmaDec_DecodeReal()
175 UPDATE_0(prob); in LzmaDec_DecodeReal()
176 prob = probs + Literal; in LzmaDec_DecodeReal()
178 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
234 UPDATE_1(prob); in LzmaDec_DecodeReal()
235 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
55 probLit = prob + offs + bit + symbol; \
166 CLzmaProb *prob; in LzmaDec_DecodeReal() local
171 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
172 IF_BIT_0(prob) in LzmaDec_DecodeReal()
175 UPDATE_0(prob); in LzmaDec_DecodeReal()
176 prob = probs + Literal; in LzmaDec_DecodeReal()
178 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
234 UPDATE_1(prob); in LzmaDec_DecodeReal()
235 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_optparse.py610 self.parser.set_defaults(prob=0.43)
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni745 …aceGuid_PcdPciBridgeIoAlignmentProbe_PROMPT #language en-US "Enable PCI bridge IO alignment prob."