Searched refs:BenchProps (Results 1 – 1 of 1) sorted by relevance
1664 CBenchProps BenchProps; member1699 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()1712 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()1764 callback->BenchProps.DecComplexUnc = bench.DecComplexUnc; in TotalBench()1765 callback->BenchProps.DecComplexCompr = bench.DecComplexCompr; in TotalBench()1766 callback->BenchProps.EncComplex = bench.EncComplex; in TotalBench()1780 printCallback, callback, &callback->BenchProps); in TotalBench()2464 callback.BenchProps.EncComplex = h.EncComplex; in Bench()2465 callback.BenchProps.DecComplexCompr = h.DecComplexCompr; in Bench()2466 callback.BenchProps.DecComplexUnc = h.DecComplexUnc;; in Bench()[all …]