Lines Matching defs:maxits
108 int maxits = 30;
160 maxits *= 2;
502 if (!i && s->options.pns && its > maxits/2 && tbits > toofewbits) {
504 float ovrfactor = 1.f+(maxits-its)*16.f/maxits;
542 maxzeroed = FFMIN(zeroable, FFMAX(1, (zeroable * its + maxits - 1) / (2 * maxits)));
591 int depth = (its > maxits/2) ? ((its > maxits*2/3) ? 1 : 3) : 10;
593 float uplmax = its / (maxits*0.25f) + 1.0f;
725 } while (fflag && its < maxits);