Lines Matching defs:max
176 int64_t max = 8191;
178 max = (8191LL * ff_aanscales[i]) >> 14;
180 while (((max * qmat[qscale][i]) >> shift) > INT_MAX) {
355 "max b frames must be 0 or positive for mpegvideo based encoders\n");
436 av_log(avctx, AV_LOG_ERROR, "Either both buffer size and max rate or neither must be specified\n");
451 av_log(avctx, AV_LOG_ERROR, "bitrate above max bitrate\n");
631 av_log(avctx, AV_LOG_ERROR, "qmin and or qmax are invalid, they must be 0 < min <= max\n");
3793 int max=0;
3901 max |=level;
3908 *overflow= s->max_qcoeff < max; //overflow might have happened
4480 int max=0;
4540 max |=level;
4545 *overflow= s->max_qcoeff < max; //overflow might have happened