Searched refs:cqp (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libxavs.c | 52 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 D | libx265.c | 49 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 D | nvenc.h | 222 int cqp; member
|
H A D | libx264.c | 73 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 D | nvenc.c | 781 } 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 D | nvenc_hevc.c | 136 OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
|
H A D | nvenc_h264.c | 149 OFFSET(cqp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
|
Completed in 8 milliseconds