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
44879cee
Commit
44879cee
authored
Sep 03, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 03, 2014
Browse files
Merge "Remove redundant code"
parents
01d9023d
cdda17ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
44879cee
...
...
@@ -65,7 +65,6 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
const
int
boosted
=
frame_is_boosted
(
cpi
);
sf
->
adaptive_rd_thresh
=
1
;
sf
->
recode_loop
=
(
speed
<
1
)
?
ALLOW_RECODE
:
ALLOW_RECODE_KFMAXBW
;
sf
->
allow_skip_recode
=
1
;
if
(
speed
>=
1
)
{
...
...
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