Searched defs:repIndex (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Encoder.java | 461 int GetPureRepPrice(int repIndex, int state, int posState)
in GetPureRepPrice() argument 483 int GetRepPrice(int repIndex, int len, int state, int posState)
in GetRepPrice() argument [all...] |
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState)
in GetPureRepPrice() argument 483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState)
in GetRepPrice() argument [all...] |
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 1142 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState)
in GetPrice_PureRep() argument 1722 unsigned repIndex = 0; // 17.old
in GetOptimum() local 1973 unsigned mainLen, numPairs, repIndex, repLen, i; GetOptimumFast() local [all...] |
Completed in 7 milliseconds