/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Decoder.java | 38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException
in Decode() argument [all...] |
H A D | Encoder.java | 196 Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) Encode() argument 220 SetPrices(int posState, int numSymbols, int[] prices, int st) SetPrices() argument 254 GetPrice(int symbol, int posState) GetPrice() argument 259 UpdateTable(int posState) UpdateTable() argument 271 Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) Encode() argument 455 GetRepLen1Price(int state, int posState) GetRepLen1Price() argument 461 GetPureRepPrice(int repIndex, int state, int posState) GetPureRepPrice() argument 483 GetRepPrice(int repIndex, int len, int state, int posState) GetRepPrice() argument 489 GetPosLenPrice(int pos, int len, int posState) GetPosLenPrice() argument 1036 WriteEndMarker(int posState) WriteEndMarker() argument [all...] |
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaDecoder.cs | 42 Decode(RangeCoder.Decoder rangeDecoder, uint posState) Decode() argument [all...] |
H A D | LzmaEncoder.cs | 196 Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState) Encode() argument 220 SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) SetPrices() argument 254 GetPrice(UInt32 symbol, UInt32 posState) GetPrice() argument 259 UpdateTable(UInt32 posState) UpdateTable() argument 271 Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState) Encode() argument 455 GetRepLen1Price(Base.State state, UInt32 posState) GetRepLen1Price() argument 461 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) GetPureRepPrice() argument 483 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState) GetRepPrice() argument 489 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) GetPosLenPrice() argument 1036 WriteEndMarker(UInt32 posState) WriteEndMarker() argument [all...] |
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
H A D | LzmaSpec.cpp | 295 unsigned Decode(CRangeDecoder *rc, unsigned posState)
in Decode() argument 483 unsigned posState = OutWindow.TotalPos & ((1 << pb) - 1);
in Decode() local
|
/third_party/lzma/C/ |
H A D | LzmaDec.c | 260 unsigned posState = CALC_POS_STATE(processedPos, pbMask);
in LZMA_DECODE_REAL() local 729 unsigned posState = CALC_POS_STATE(p->processedPos, ((unsigned)1 << p->prop.pb) - 1);
in LzmaDec_TryDummy() local
|
H A D | LzmaEnc.c | 928 static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, unsigned sym, unsigned posState)
in LenEnc_Encode() argument 990 unsigned posState;
in LenPriceEnc_UpdateTables() local 1058 unsigned posState; LenPriceEnc_UpdateTables() local 1142 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState) GetPrice_PureRep() argument 1228 unsigned numPairs, mainLen, repMaxIndex, i, posState; GetOptimum() local 1446 unsigned newLen, numPairs, prev, state, posState, startLen; GetOptimum() local 2100 WriteEndMarker(CLzmaEnc *p, unsigned posState) WriteEndMarker() argument 2425 unsigned len, posState; LzmaEnc_CodeOneBlock() local [all...] |