Searched refs:BenchProps (Results 1 – 1 of 1) sorted by relevance
1878 CBenchProps BenchProps; member1923 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()1940 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()1995 callback->BenchProps.DecComplexUnc = bench.DecComplexUnc; in TotalBench()1996 callback->BenchProps.DecComplexCompr = bench.DecComplexCompr; in TotalBench()1997 callback->BenchProps.EncComplex = bench.EncComplex; in TotalBench()2017 printCallback, callback, &callback->BenchProps); in TotalBench()3006 callback.BenchProps.EncComplex = h.EncComplex; in Bench()3007 callback.BenchProps.DecComplexCompr = h.DecComplexCompr; in Bench()3008 callback.BenchProps.DecComplexUnc = h.DecComplexUnc;; in Bench()[all …]