Lines Matching refs:qmax
272 if (!FF_ALLOCZ_TYPED_ARRAY(ctx->qmatrix_l, ctx->m.avctx->qmax + 1) ||
273 !FF_ALLOCZ_TYPED_ARRAY(ctx->qmatrix_c, ctx->m.avctx->qmax + 1) ||
274 !FF_ALLOCZ_TYPED_ARRAY(ctx->qmatrix_l16, ctx->m.avctx->qmax + 1) ||
275 !FF_ALLOCZ_TYPED_ARRAY(ctx->qmatrix_c16, ctx->m.avctx->qmax + 1))
285 ctx->m.avctx->qmax, 1);
292 ctx->m.avctx->qmax, 1);
294 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
306 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
339 if (!FF_ALLOCZ_TYPED_ARRAY(ctx->mb_rc, (ctx->m.avctx->qmax + 1) * ctx->m.mb_num))
510 if (avctx->qmax <= 1) {
511 av_log(avctx, AV_LOG_ERROR, "qmax must be at least 2\n");
1011 for (q = 1; q < avctx->qmax; q++) {
1032 for (q = 1; q < avctx->qmax; q++) {
1130 if (qscale >= ctx->m.avctx->qmax)
1286 "picture could not fit ratecontrol constraints, increase qmax\n");
1352 { "qmax", "1024" }, /* Maximum quantization scale factor allowed for VC-3 */