Home
last modified time | relevance | path

Searched refs:qcompress (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibx265.c318 if (avctx->qcompress >= 0) { in libx265_encode_init()
319 ret = libx265_param_parse_float(avctx, "qcomp", avctx->qcompress); in libx265_encode_init()
H A Davcodec.h1170 float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0) member
H A Dlibxavs.c292 x4->params.rc.f_qcompress = avctx->qcompress; /* 0.0 => cbr, 1.0 => constant qp */ in XAVS_init()
H A Dlibx264.c740 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 Dratecontrol.c262 a->qcompress, in get_qscale()
H A Dlibaomenc.c750 enccfg.rc_2pass_vbr_bias_pct = round(avctx->qcompress * 100); in aom_init()
H A Dlibvpxenc.c998 enccfg.rc_2pass_vbr_bias_pct = lrint(avctx->qcompress * 100); in vpx_init()
H A Doptions_table.h103 OFFSET(qcompress), AV_OPT_TYPE_FLOAT, {.dbl = 0.5 }, -FLT_MAX, FLT_MAX, V|E},

Completed in 18 milliseconds