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
89c8b3db
Commit
89c8b3db
authored
Jun 14, 2010
by
John Koleszar
Browse files
vp8_cx_iface: set default cpu used to 0
Change-Id: I7b35f4717cdd204224112f72471b551617262417
parent
5a72620d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
89c8b3db
...
...
@@ -53,15 +53,15 @@ static const struct extraconfig_map extracfg_map[] =
NULL
,
#if !(CONFIG_REALTIME_ONLY)
VP8_BEST_QUALITY_ENCODING
,
/* Encoding Mode */
-
4
,
/* cpu_used */
0
,
/* cpu_used */
#else
VP8_REAL_TIME_ENCODING
,
/* Encoding Mode */
-
8
,
/* cpu_used */
4
,
/* cpu_used */
#endif
0
,
/* enable_auto_alt_ref */
0
,
/* noise_sensitivity */
0
,
/* Sharpness */
80
0
,
/* static_thresh */
0
,
/* static_thresh */
VP8_ONE_TOKENPARTITION
,
/* token_partitions */
0
,
/* arnr_max_frames */
0
,
/* arnr_strength */
...
...
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