Searched refs:b_quant_offset (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ratecontrol.c | 92 q = last_non_b_q * a->b_quant_factor + a->b_quant_offset; in get_diff_limited_q() 127 qmin = (int)(qmin * FFABS(s->avctx->b_quant_factor) + s->avctx->b_quant_offset + 0.5); in get_qminmax() 128 qmax = (int)(qmax * FFABS(s->avctx->b_quant_factor) + s->avctx->b_quant_offset + 0.5); in get_qminmax() 303 q = -q * s->avctx->b_quant_factor + s->avctx->b_quant_offset; in get_qscale()
|
H A D | vaapi_encode_vp9.c | 215 avctx->b_quant_offset) + 0.5, in vaapi_encode_vp9_configure()
|
H A D | avcodec.h | 677 float b_quant_offset; member
|
H A D | vaapi_encode_mpeg2.c | 535 avctx->b_quant_offset) + 0.5, 1, 31); in vaapi_encode_mpeg2_configure()
|
H A D | nvenc.c | 776 rc->constQP.qpInterP * fabs(avctx->b_quant_factor) + avctx->b_quant_offset + 0.5, 0, 51); 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() 846 rc->initialRCQP.qpInterP * fabs(avctx->b_quant_factor) + avctx->b_quant_offset + 0.5, 0, 51); in set_vbr()
|
H A D | libxvid.c | 669 xvid_enc_create.bquant_offset = 100 * avctx->b_quant_offset; in xvid_encode_init()
|
H A D | qsvenc.c | 740 q->param.mfx.QPB = av_clip(quant * fabs(avctx->b_quant_factor) + avctx->b_quant_offset, 0, 51); in init_video_param() 1651 avctx->b_quant_offset, 0, 51); in update_qp()
|
H A D | vaapi_encode_h264.c | 1066 avctx->b_quant_offset) + 0.5, 1, 51); in vaapi_encode_h264_configure()
|
H A D | vaapi_encode_h265.c | 1251 avctx->b_quant_offset) + 0.5, 1, 51); in vaapi_encode_h265_configure()
|
H A D | options_table.h | 133 {"b_qoffset", "QP offset between P- and B-frames", OFFSET(b_quant_offset), AV_OPT_TYPE_FLOAT, {.dbl = 1.25 }, -FLT_MAX, FLT_MAX, V|E},
|
Completed in 19 milliseconds