Lines Matching defs:VpxRateControlRtcConfig
32 struct VpxRateControlRtcConfig { struct
33 VpxRateControlRtcConfig() { in VpxRateControlRtcConfig() argument
55 int width;
56 int height;
58 int max_quantizer;
59 int min_quantizer;
60 int64_t target_bandwidth;
61 int64_t buf_initial_sz;
62 int64_t buf_optimal_sz;
63 int64_t buf_sz;
64 int undershoot_pct;
65 int overshoot_pct;
66 int max_intra_bitrate_pct;
67 int max_inter_bitrate_pct;
68 double framerate;
70 int ts_number_layers;
71 int layer_target_bitrate[VPX_MAX_LAYERS];
72 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
74 enum vpx_rc_mode rc_mode;
75 int aq_mode;
76 int frame_drop_thresh;
77 bool is_screen;