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
0e361fb8
Commit
0e361fb8
authored
Aug 29, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 29, 2014
Browse files
Merge "vp9: sync workers at the start of decode_tiles_mt()"
parents
8700c616
dbdff12b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
0e361fb8
...
@@ -996,6 +996,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
...
@@ -996,6 +996,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
// Reset tile decoding hook
// Reset tile decoding hook
for
(
n
=
0
;
n
<
num_workers
;
++
n
)
{
for
(
n
=
0
;
n
<
num_workers
;
++
n
)
{
winterface
->
sync
(
&
pbi
->
tile_workers
[
n
]);
pbi
->
tile_workers
[
n
].
hook
=
(
VP9WorkerHook
)
tile_worker_hook
;
pbi
->
tile_workers
[
n
].
hook
=
(
VP9WorkerHook
)
tile_worker_hook
;
}
}
...
...
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