Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
106c620a
Commit
106c620a
authored
Jan 28, 2017
by
Yunqing Wang
Committed by
Gerrit Code Review
Jan 28, 2017
Browse files
Merge "Disable multi-threading in first pass for SVC encoding"
parents
164db827
6985a0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encoder.c
View file @
106c620a
...
...
@@ -1569,7 +1569,7 @@ void vp9_change_config(struct VP9_COMP *cpi, const VP9EncoderConfig *oxcf) {
cpi
->
new_mt
=
0
;
if
(((
cpi
->
oxcf
.
mode
==
GOOD
||
cpi
->
oxcf
.
mode
==
BEST
)
&&
cpi
->
oxcf
.
speed
<
5
&&
cpi
->
oxcf
.
pass
==
1
)
&&
cpi
->
oxcf
.
new_mt
)
cpi
->
oxcf
.
new_mt
&&
!
cpi
->
use_svc
)
cpi
->
new_mt
=
1
;
}
...
...
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