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
45e25a78
Commit
45e25a78
authored
Jun 20, 2013
by
Yaowu Xu
Browse files
Get some speed back for cpuused 1
and remove unused code. Change-Id: If380440c4450294b5450b7a9eeb94a376846ec01
parent
ee07a261
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
45e25a78
...
...
@@ -718,10 +718,12 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
#endif
sf
->
comp_inter_joint_search_thresh
=
BLOCK_SIZE_SB8X8
;
sf
->
adpative_rd_thresh
=
1
;
if
(
speed
>
0
)
{
if
(
speed
==
1
)
{
sf
->
comp_inter_joint_search_thresh
=
BLOCK_SIZE_TYPES
;
sf
->
optimize_coefficients
=
0
;
sf
->
first_step
=
1
;
sf
->
use_avoid_tested_higherror
=
1
;
sf
->
adjust_thresholds_by_speed
=
1
;
}
if
(
speed
==
2
)
{
sf
->
comp_inter_joint_search_thresh
=
BLOCK_SIZE_SB8X8
;
...
...
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