Skip to content
GitLab
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
5608c140
Commit
5608c140
authored
May 13, 2011
by
Yaowu Xu
Committed by
Code Review
May 13, 2011
Browse files
Merge "adjusting rd constant slightly by ~10%"
parents
0e862352
bd9d8906
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
5608c140
...
...
@@ -207,7 +207,7 @@ void vp8_initialize_rd_consts(VP8_COMP *cpi, int Qvalue)
int
q
;
int
i
;
double
capped_q
=
(
Qvalue
<
160
)
?
(
double
)
Qvalue
:
160
.
0
;
double
rdconst
=
3
.
0
0
;
double
rdconst
=
2
.
7
0
;
vp8_clear_system_state
();
//__asm emms;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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