Searched refs:GetRepPrice (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState) method in class:SevenZip.Compression.LZMA.Encoder
864 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(
891 UInt32 curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java483 int GetRepPrice(int repIndex, int len, int state, int posState) method in class:Encoder
864 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(
891 int curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
934 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
/external/lzma/C/
H A DLzmaEnc.c940 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) function
1356 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1435 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1526 curAndLenPrice2 = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);

Completed in 449 milliseconds