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
3ac73173
Commit
3ac73173
authored
Dec 14, 2010
by
Yaowu Xu
Committed by
Code Review
Dec 14, 2010
Browse files
Merge "fix a bug that "optimize" flag is not set for sub-threads"
parents
23aa13d9
64f3d915
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/ethreading.c
View file @
3ac73173
...
...
@@ -281,6 +281,7 @@ static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc)
z
->
vp8_short_fdct8x4
=
x
->
vp8_short_fdct8x4
;
z
->
short_walsh4x4
=
x
->
short_walsh4x4
;
z
->
quantize_b
=
x
->
quantize_b
;
z
->
optimize
=
x
->
optimize
;
/*
z->mvc = x->mvc;
...
...
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