summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2019-07-11 15:07:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-11 15:07:55 +0000
commit468e77b9ea78a5a7d60fb86d016b833982860d9c (patch)
treec9775008c584f5ddad8c2f738bbfc74f074ca4cc /vp9/encoder/vp9_ratectrl.h
parent5372f1e41e8f32b34e34bf2ef012a1d37542abad (diff)
parent16de4d7366f1f084eb969385016e1e950df9180f (diff)
downloadlibvpx-468e77b9ea78a5a7d60fb86d016b833982860d9c.tar
libvpx-468e77b9ea78a5a7d60fb86d016b833982860d9c.tar.gz
libvpx-468e77b9ea78a5a7d60fb86d016b833982860d9c.tar.bz2
libvpx-468e77b9ea78a5a7d60fb86d016b833982860d9c.zip
Merge "Adjust the quality of boosted frames"
Diffstat (limited to 'vp9/encoder/vp9_ratectrl.h')
-rw-r--r--vp9/encoder/vp9_ratectrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_ratectrl.h b/vp9/encoder/vp9_ratectrl.h
index 09d69e4d4..1100ce734 100644
--- a/vp9/encoder/vp9_ratectrl.h
+++ b/vp9/encoder/vp9_ratectrl.h
@@ -198,7 +198,7 @@ typedef struct {
int damped_adjustment[RATE_FACTOR_LEVELS];
double arf_active_best_quality_adjustment_factor;
- int arf_active_best_quality_adjustment_window;
+ int arf_increase_active_best_quality;
int preserve_arf_as_gld;
int preserve_next_arf_as_gld;