Home
last modified time | relevance | path

Searched defs:ProbPrices (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java124 private static int[] ProbPrices = new int[kBitModelTotal >>> kNumMoveReducingBits]; field in Encoder
/external/lzma/C/
DLzmaEnc.c297 UInt32 ProbPrices[kBitModelTotal >> kNumMoveReducingBits]; member
610 void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) in LzmaEnc_InitPriceTables()
646 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) in LitEnc_GetPrice()
659 …LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) in LitEnc_GetPriceMatched()
703 …UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) in RcTree_GetPrice()
715 …RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) in RcTree_ReverseGetPrice()
766 …enEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices) in LenEnc_SetPrices()
789 …tic void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32 posState, UInt32 *ProbPrices) in LenPriceEnc_UpdateTable()
795 static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosStates, UInt32 *ProbPrices) in LenPriceEnc_UpdateTables()
802 …enPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) in LenEnc_Encode2()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBit.cs48 private static UInt32[] ProbPrices = new UInt32[kBitModelTotal >> kNumMoveReducingBits]; field