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

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) method in class:SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState);
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) method in class:Encoder
486 return price + GetPureRepPrice(repIndex, state, posState);
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState);
/external/lzma/C/
H A DLzmaEnc.c918 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) function
943 GetPureRepPrice(p, repIndex, state, posState);
1116 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1385 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState);

Completed in 95 milliseconds