Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
3dca0d44
Commit
3dca0d44
authored
Apr 05, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Apr 05, 2013
Browse files
Merge "make one_shot_q an experiment" into experimental
parents
98466e89
9780d58e
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
3dca0d44
...
...
@@ -251,6 +251,7 @@ EXPERIMENT_LIST="
loop_dering
implicit_compoundinter_weight
scatterscan
oneshotq
"
CONFIG_LIST
=
"
external_build
...
...
vp9/encoder/vp9_onyx_int.h
View file @
3dca0d44
...
...
@@ -30,10 +30,11 @@
#include
"vp9/encoder/vp9_lookahead.h"
// Experimental rate control switches
// #define ONE_SHOT_Q_ESTIMATE 1
// #define STRICT_ONE_SHOT_Q 1
// #define DISABLE_RC_LONG_TERM_MEM 1
#if CONFIG_ONESHOTQ
#define ONE_SHOT_Q_ESTIMATE 1
#define STRICT_ONE_SHOT_Q 1
#define DISABLE_RC_LONG_TERM_MEM 1
#endif
// #define SPEEDSTATS 1
#define MIN_GF_INTERVAL 4
#define DEFAULT_GF_INTERVAL 7
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment