Home
last modified time | relevance | path

Searched defs:AV1RateControlRtcConfig (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/
Dratectrl_rtc.h29 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;
[all …]
Dratectrl_rtc.cc28 AV1RateControlRtcConfig::AV1RateControlRtcConfig() { in AV1RateControlRtcConfig() function in aom::AV1RateControlRtcConfig