Searched defs:AV1RateControlRtcConfig (Results 1 – 2 of 2) sorted by relevance
29 struct AV1RateControlRtcConfig { struct33 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;[all …]
28 AV1RateControlRtcConfig::AV1RateControlRtcConfig() { in AV1RateControlRtcConfig() function in aom::AV1RateControlRtcConfig