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 | 918 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() 940 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice() 1372 UInt32 repIndex; in GetOptimum() local 1556 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
|