Lines Matching defs:level
128 float level;
204 int level)
209 av_log(avctx, level, "vpx_codec_enc_cfg\n");
210 av_log(avctx, level, "generic settings\n"
229 av_log(avctx, level, "rate control settings\n"
239 av_log(avctx, level, "quantizer settings\n"
243 av_log(avctx, level, "bitrate tolerance\n"
247 av_log(avctx, level, "temporal layering settings\n"
250 av_log(avctx, level,
253 av_log(avctx, level,
258 av_log(avctx, level,
261 av_log(avctx, level,
265 av_log(avctx, level, "\n");
266 av_log(avctx, level,
269 av_log(avctx, level, "%u ", cfg->ts_rate_decimator[i]);
270 av_log(avctx, level, "\n");
271 av_log(avctx, level,
273 av_log(avctx, level,
276 av_log(avctx, level, "%u ", cfg->ts_layer_id[i]);
277 av_log(avctx, level, "\n");
278 av_log(avctx, level, "decoder buffer model\n"
283 av_log(avctx, level, "2 pass rate control settings\n"
289 av_log(avctx, level, " %*s%u\n",
292 av_log(avctx, level, "keyframing settings\n"
297 av_log(avctx, level, "\n");
427 if (avctx->codec_id == AV_CODEC_ID_VP9 && ctx->level >= 0 &&
431 av_log(avctx, AV_LOG_INFO, "Encoded level %.1f\n", level_out * 0.1);
989 "CQ level %d must be between minimum and maximum quantizer value (%d-%d)\n",
1162 codecctl_int(avctx, VP9E_SET_TARGET_LEVEL, ctx->level < 0 ? 255 : lrint(ctx->level * 10));
1887 {"level", "Specify level", OFFSET(level), AV_OPT_TYPE_FLOAT, {.dbl=-1}, -1, 6.2, VE},