Lines Matching refs:minIters
992 minIters = param_min_samples;
1120 if (currentIter < minIters)
1173 if (perfValidationStage == 0 && currentIter <= minIters * 3 && currentIter < nIters)
1175 unsigned int new_minIters = std::max(minIters * 5, currentIter * 3);
1176 printf("Increase minIters from %u to %u\n", minIters, new_minIters);
1177 minIters = new_minIters;
1193 minIters = std::min(minIters * 5, nIters);