Lines Matching defs:its
107 int its = 0;
141 * Constant Q-scale doesn't compensate MS coding on its own
336 /** In ABR, we need to priorize less and let rate control do its thing */
350 /** In ABR, we need to priorize less and let rate control do its thing */
369 int qstep = its ? 1 : 32;
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;
724 its++;
725 } while (fflag && its < maxits);