Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c180 CLzmaProb *prob; in LzmaDec_DecodeReal() local
185 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
186 IF_BIT_0(prob) in LzmaDec_DecodeReal()
189 UPDATE_0(prob); in LzmaDec_DecodeReal()
190 prob = probs + Literal; in LzmaDec_DecodeReal()
192 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
198 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
211 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
225 UPDATE_1(prob); in LzmaDec_DecodeReal()
226 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c161 CLzmaProb *prob; in LzmaDec_DecodeReal() local
166 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
167 IF_BIT_0(prob) in LzmaDec_DecodeReal()
170 UPDATE_0(prob); in LzmaDec_DecodeReal()
171 prob = probs + Literal; in LzmaDec_DecodeReal()
173 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
179 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
192 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
206 UPDATE_1(prob); in LzmaDec_DecodeReal()
207 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]
DLzmaEnc.c586 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) in RangeEnc_EncodeBit() argument
588 UInt32 ttt = *prob; in RangeEnc_EncodeBit()
601 *prob = (CLzmaProb)ttt; in RangeEnc_EncodeBit()
658 #define GET_PRICE(prob, symbol) \ argument
659 p->ProbPrices[((prob) ^ (((-(int)(symbol))) & (kBitModelTotal - 1))) >> kNumMoveReducingBits];
661 #define GET_PRICEa(prob, symbol) \ argument
662 ProbPrices[((prob) ^ ((-((int)(symbol))) & (kBitModelTotal - 1))) >> kNumMoveReducingBits];
664 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] argument
665 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
667 #define GET_PRICE_0a(prob) ProbPrices[(prob) >> kNumMoveReducingBits] argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c180 CLzmaProb *prob; in LzmaDec_DecodeReal() local
185 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
186 IF_BIT_0(prob) in LzmaDec_DecodeReal()
189 UPDATE_0(prob); in LzmaDec_DecodeReal()
190 prob = probs + Literal; in LzmaDec_DecodeReal()
192 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
198 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
211 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
225 UPDATE_1(prob); in LzmaDec_DecodeReal()
226 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.uni711 …aceGuid_PcdPciBridgeIoAlignmentProbe_PROMPT #language en-US "Enable PCI bridge IO alignment prob."