Searched refs:BenchProps (Results 1 – 1 of 1) sorted by relevance
1961 CBenchProps BenchProps; member2006 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()2023 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()2078 callback->BenchProps.DecComplexUnc = bench.DecComplexUnc; in TotalBench()2079 callback->BenchProps.DecComplexCompr = bench.DecComplexCompr; in TotalBench()2080 callback->BenchProps.EncComplex = bench.EncComplex; in TotalBench()2100 printCallback, callback, &callback->BenchProps); in TotalBench()3429 callback.BenchProps.EncComplex = h.EncComplex; in Bench()3430 callback.BenchProps.DecComplexCompr = h.DecComplexCompr; in Bench()3431 callback.BenchProps.DecComplexUnc = h.DecComplexUnc;; in Bench()[all …]