Home
last modified time | relevance | path

Searched refs:cqp (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibxavs.c51 int cqp; member
264 } else if (x4->cqp >= 0) { in XAVS_init()
266 x4->params.rc.i_qp_constant = x4->cqp; in XAVS_init()
431 …{ "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OP…
Dlibx265.c46 int cqp; member
262 } else if (ctx->cqp >= 0) { in libx265_encode_init()
263 ret = libx265_param_parse_int(avctx, "qp", ctx->cqp); in libx265_encode_init()
659 …65 qp", OFFSET(cqp), AV_OPT_TYPE…
Dlibx264.c71 int cqp; member
233 x4->cqp >= 0 && in reconfig_encoder()
234 x4->params.rc.i_qp_constant != x4->cqp) { in reconfig_encoder()
235 x4->params.rc.i_qp_constant = x4->cqp; in reconfig_encoder()
661 } else if (x4->cqp >= 0) { in X264_init()
663 x4->params.rc.i_qp_constant = x4->cqp; in X264_init()
1080 …{ "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OP…
Dnvenc.h212 int cqp; member
Dnvenc.c731 } else if (ctx->cqp >= 0) { in set_constqp()
732 rc->constQP.qpInterP = rc->constQP.qpInterB = rc->constQP.qpIntra = ctx->cqp; in set_constqp()
734 …rc->constQP.qpInterB = av_clip(ctx->cqp * fabs(avctx->b_quant_factor) + avctx->b_quant_offset + 0.… in set_constqp()
736 …rc->constQP.qpIntra = av_clip(ctx->cqp * fabs(avctx->i_quant_factor) + avctx->i_quant_offset + 0.5… in set_constqp()
896 if (ctx->cqp < 0 && avctx->global_quality > 0) in nvenc_setup_rate_control()
897 ctx->cqp = avctx->global_quality; in nvenc_setup_rate_control()
919 } else if (ctx->cqp >= 0) { in nvenc_setup_rate_control()
941 } else if (ctx->cqp >= 0) { in nvenc_setup_rate_control()
Dnvenc_hevc.c136 … OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
Dnvenc_h264.c149 … OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
/third_party/ffmpeg/doc/
Dencoders.texi1762 @item cqp
1780 Set the quantizer used in cqp rate control mode (0-63).