Home
last modified time | relevance | path

Searched refs:cqp (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibxavs.c52 int cqp; member
247 } else if (x4->cqp >= 0) { in XAVS_init()
249 x4->params.rc.i_qp_constant = x4->cqp; in XAVS_init()
386 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, INT_MAX, VE },
H A Dlibx265.c49 int cqp; member
290 } else if (ctx->cqp >= 0) { in libx265_encode_init()
291 ret = libx265_param_parse_int(avctx, "qp", ctx->cqp); in libx265_encode_init()
711 { "qp", "set the x265 qp", OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, VE },
H A Dnvenc.h222 int cqp; member
H A Dlibx264.c73 int cqp; member
241 x4->cqp >= 0 && in reconfig_encoder()
242 x4->params.rc.i_qp_constant != x4->cqp) { in reconfig_encoder()
243 x4->params.rc.i_qp_constant = x4->cqp; in reconfig_encoder()
699 } else if (x4->cqp >= 0) { in X264_init()
701 x4->params.rc.i_qp_constant = x4->cqp; in X264_init()
1112 { "qp", "Constant quantization parameter rate control method",OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, VE },
H A Dnvenc.c781 } else if (ctx->cqp >= 0) { in set_constqp()
782 rc->constQP.qpInterP = rc->constQP.qpInterB = rc->constQP.qpIntra = ctx->cqp; in set_constqp()
784 rc->constQP.qpInterB = av_clip(ctx->cqp * fabs(avctx->b_quant_factor) + avctx->b_quant_offset + 0.5, 0, 51); in set_constqp()
786 rc->constQP.qpIntra = av_clip(ctx->cqp * fabs(avctx->i_quant_factor) + avctx->i_quant_offset + 0.5, 0, 51); in set_constqp()
946 if (ctx->cqp < 0 && avctx->global_quality > 0) in nvenc_setup_rate_control()
947 ctx->cqp = avctx->global_quality; in nvenc_setup_rate_control()
969 } else if (ctx->cqp >= 0) { in nvenc_setup_rate_control()
991 } else if (ctx->cqp >= 0) { in nvenc_setup_rate_control()
H A Dnvenc_hevc.c136 OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
H A Dnvenc_h264.c149 OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },

Completed in 8 milliseconds