Searched refs:maxits (Results 1 – 1 of 1) sorted by relevance
108 int maxits = 30; in search_for_quantizers_twoloop() local160 maxits *= 2; in search_for_quantizers_twoloop()502 if (!i && s->options.pns && its > maxits/2 && tbits > toofewbits) { in search_for_quantizers_twoloop()504 float ovrfactor = 1.f+(maxits-its)*16.f/maxits; in search_for_quantizers_twoloop()542 … maxzeroed = FFMIN(zeroable, FFMAX(1, (zeroable * its + maxits - 1) / (2 * maxits))); in search_for_quantizers_twoloop()591 int depth = (its > maxits/2) ? ((its > maxits*2/3) ? 1 : 3) : 10; in search_for_quantizers_twoloop()593 float uplmax = its / (maxits*0.25f) + 1.0f; in search_for_quantizers_twoloop()725 } while (fflag && its < maxits); in search_for_quantizers_twoloop()