Home
last modified time | relevance | path

Searched refs:libx265_param_parse_float (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibx265.c87 static av_cold int libx265_param_parse_float(AVCodecContext *avctx, in libx265_param_parse_float() function
286 ret = libx265_param_parse_float(avctx, "qblur", avctx->qblur); in libx265_encode_init()
291 ret = libx265_param_parse_float(avctx, "qcomp", avctx->qcompress); in libx265_encode_init()
296 ret = libx265_param_parse_float(avctx, "ipratio", avctx->i_quant_factor); in libx265_encode_init()
301 ret = libx265_param_parse_float(avctx, "pbratio", avctx->b_quant_factor); in libx265_encode_init()