Home
last modified time | relevance | path

Searched defs:posState (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException in Decode() argument
[all...]
H A DEncoder.java196 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 DLzmaDecoder.cs42 Decode(RangeCoder.Decoder rangeDecoder, uint posState) Decode() argument
[all...]
H A DLzmaEncoder.cs196 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 DLzmaSpec.cpp295 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 DLzmaDec.c260 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 DLzmaEnc.c928 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...]

Completed in 10 milliseconds