Searched refs:GetRepPrice (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Encoder.java | 483 int GetRepPrice(int repIndex, int len, int state, int posState)
in GetRepPrice() method in Encoder 864 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(
in GetOptimum() 891 int curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
in GetOptimum() 918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
in GetOptimum() 934 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
in GetOptimum() 1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
in GetOptimum()
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState)
in GetRepPrice() method in SevenZip.Compression.LZMA.Encoder 864 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(
in GetOptimum() 891 UInt32 curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
in GetOptimum() 918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
in GetOptimum() 934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
in GetOptimum() 1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
in GetOptimum()
|
Completed in 5 milliseconds