Lines Matching defs:AV1RateControlRtcConfig
29 struct AV1RateControlRtcConfig { struct
33 int width;
34 int height;
36 int max_quantizer;
37 int min_quantizer;
38 int64_t target_bandwidth;
39 int64_t buf_initial_sz;
40 int64_t buf_optimal_sz;
41 int64_t buf_sz;
42 int undershoot_pct;
43 int overshoot_pct;
44 int max_intra_bitrate_pct;
45 int max_inter_bitrate_pct;
69 const AV1RateControlRtcConfig &cfg); argument