• Home
  • Raw
  • Download

Lines Matching refs:NumIterations

841   return props.GetCompressRating(dictSize, GlobalTime, GlobalFreq, UnpackSize * NumIterations);  in GetRating_LzmaEnc()
848 return props.GetDecompressRating(GlobalTime, GlobalFreq, UnpackSize, PackSize, NumIterations); in GetRating_LzmaDec()
1013 UInt64 NumIterations; member in CEncoderInfo
1388 bool useCrc = (mask < NumIterations); in Encode()
1391 UInt64 i = NumIterations; in Encode()
1562 const UInt64 numIterations = this->NumIterations; in Decode()
1856 …encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), comple… in MethodBench()
1877 bpi->BenchInfo.NumIterations = numEncoderThreads; in MethodBench()
1930 info.NumIterations = encoders[0].NumIterations; in MethodBench()
1970 …encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, enc… in MethodBench()
1973 bpi->BenchInfo.NumIterations = numDecoderThreads; in MethodBench()
1977 encoder.NumIterations = encoders[0].NumIterations; in MethodBench()
2047 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations; in MethodBench()
2289 UInt64 NumIterations; member
2297 for (UInt64 k = p->NumIterations; k > 0; k--) in FreqThreadFunction()
2345 UInt64 NumIterations; member
2416 Res = crcib.CrcProcess(NumIterations, in Process()
2940 …etCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.UnpackSize * info.NumIterations); in SetEncodeResult()
2957 …mpressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations); in SetDecodeResult()
2963 info2.UnpackSize *= info2.NumIterations; in SetDecodeResult()
2964 info2.PackSize *= info2.NumIterations; in SetDecodeResult()
2965 info2.NumIterations = 1; in SetDecodeResult()
3134 info.NumIterations = numIterations; in FreqBench()
3183 info.NumIterations = 1; in FreqBench()
3290 ci.NumIterations = numIterations; in CrcBench()
3370 info.NumIterations = 1; in CrcBench()