Searched refs:qcompress (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 318 if (avctx->qcompress >= 0) { in libx265_encode_init() 319 ret = libx265_param_parse_float(avctx, "qcomp", avctx->qcompress); in libx265_encode_init()
|
H A D | avcodec.h | 1170 float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0) member
|
H A D | libxavs.c | 292 x4->params.rc.f_qcompress = avctx->qcompress; /* 0.0 => cbr, 1.0 => constant qp */ in XAVS_init()
|
H A D | libx264.c | 740 if (avctx->qcompress >= 0) in X264_init() 741 x4->params.rc.f_qcompress = avctx->qcompress; /* 0.0 => cbr, 1.0 => constant qp */ in X264_init()
|
H A D | ratecontrol.c | 262 a->qcompress, in get_qscale()
|
H A D | libaomenc.c | 750 enccfg.rc_2pass_vbr_bias_pct = round(avctx->qcompress * 100); in aom_init()
|
H A D | libvpxenc.c | 998 enccfg.rc_2pass_vbr_bias_pct = lrint(avctx->qcompress * 100); in vpx_init()
|
H A D | options_table.h | 103 OFFSET(qcompress), AV_OPT_TYPE_FLOAT, {.dbl = 0.5 }, -FLT_MAX, FLT_MAX, V|E},
|
Completed in 18 milliseconds