Searched defs:AV1RateControlRtcConfig (Results 1 – 2 of 2) sorted by relevance
29 struct AV1RateControlRtcConfig { struct33 int width;34 int height;36 bool is_screen = false;38 int max_quantizer;39 int min_quantizer;40 int64_t target_bandwidth;41 int64_t buf_initial_sz;42 int64_t buf_optimal_sz;43 int64_t buf_sz;[all …]
31 AV1RateControlRtcConfig::AV1RateControlRtcConfig() { in AV1RateControlRtcConfig() function in aom::AV1RateControlRtcConfig