Searched refs:GetCompressRating (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size) in GetCompressRating() method in LzmaBench 256 return (GetCompressRating(dictionarySize, elapsedTimeEn, sizeEn) + in GetTotalRating() 288 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size) in GetCompressRating() method in SevenZip.LzmaBench 206 return (GetCompressRating(dictionarySize, elapsedTimeEn, sizeEn) + in GetTotalRating() 237 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.h | 34 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
|
D | Bench.cpp | 643 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size); 655 UInt64 CBenchProps::GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size) in GetCompressRating() function in CBenchProps 675 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size) in GetCompressRating() function 679 return props.GetCompressRating(dictSize, elapsedTime, freq, size); in GetCompressRating() 2006 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()
|