Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/
H A Dratectrl_rtc.h29 struct AV1RateControlRtcConfig { struct
33 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 …]
H A Dratectrl_rtc.cc31 AV1RateControlRtcConfig::AV1RateControlRtcConfig() { in AV1RateControlRtcConfig() function in aom::AV1RateControlRtcConfig