Lines Matching defs:VpxRateControlRtcConfig
17 struct VpxRateControlRtcConfig { struct
19 VpxRateControlRtcConfig() { in VpxRateControlRtcConfig() function
39 int width;
40 int height;
42 int max_quantizer;
43 int min_quantizer;
44 int64_t target_bandwidth;
45 int64_t buf_initial_sz;
46 int64_t buf_optimal_sz;
47 int64_t buf_sz;
48 int undershoot_pct;
49 int overshoot_pct;
50 int max_intra_bitrate_pct;
51 int max_inter_bitrate_pct;
52 double framerate;
54 int ts_number_layers;
55 int layer_target_bitrate[VPX_MAX_LAYERS];
56 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
58 enum vpx_rc_mode rc_mode;
59 int aq_mode;