Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
5da753be
Commit
5da753be
authored
May 31, 2013
by
Jim Bankoski
Committed by
Gerrit Code Review
May 31, 2013
Browse files
Merge "put back in lost speedups" into experimental
parents
0835a353
9e176494
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
5da753be
...
...
@@ -760,6 +760,13 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
sf
->
static_segmentation
=
0
;
#endif
sf
->
mb16_breakout
=
0
;
if
(
speed
>
0
)
{
sf
->
optimize_coefficients
=
0
;
sf
->
no_skip_block4x4_search
=
0
;
sf
->
comp_inter_joint_search
=
0
;
sf
->
first_step
=
1
;
}
break
;
};
/* switch */
...
...
Write
Preview
Markdown
is supported
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