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
cdda17ed
Commit
cdda17ed
authored
Sep 02, 2014
by
Yaowu Xu
Browse files
Remove redundant code
Change-Id: I453b167f03811a3cd3592089593b3f2823f62ab3
parent
c1058e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
cdda17ed
...
...
@@ -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