Searched defs:repIndex (Results 1 – 3 of 3) sorted by relevance
| /external/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaEncoder.cs | 461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() 483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState) in GetRepPrice()
|
| /external/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Encoder.java | 461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() 483 int GetRepPrice(int repIndex, int len, int state, int posState) in GetRepPrice()
|
| /external/lzma/C/ |
| D | LzmaEnc.c | 1041 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState) in GetPrice_PureRep() 1617 unsigned repIndex = 0; // 17.old in GetOptimum() local 1868 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
|