Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibxavs2.c29 #define xavs2_opt_set2(name, format, ...) do{ \ macro
80 xavs2_opt_set2("Width", "%d", avctx->width); in xavs2_init()
81 xavs2_opt_set2("Height", "%d", avctx->height); in xavs2_init()
82 xavs2_opt_set2("BFrames", "%d", avctx->max_b_frames); in xavs2_init()
83 xavs2_opt_set2("BitDepth", "%d", bit_depth); in xavs2_init()
84 xavs2_opt_set2("Log", "%d", cae->log_level); in xavs2_init()
85 xavs2_opt_set2("Preset", "%d", cae->preset_level); in xavs2_init()
87 xavs2_opt_set2("IntraPeriodMax", "%d", avctx->gop_size); in xavs2_init()
88 xavs2_opt_set2("IntraPeriodMin", "%d", avctx->gop_size); in xavs2_init()
90 xavs2_opt_set2("ThreadFrames", "%d", avctx->thread_count); in xavs2_init()
[all …]