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
a4bb5f2a
Commit
a4bb5f2a
authored
Jun 12, 2015
by
James Zern
Committed by
Gerrit Code Review
Jun 12, 2015
Browse files
Merge "decode_tiles_mt: remove incorrect TODO"
parents
dc0f0f1c
15c839f5
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
a4bb5f2a
...
...
@@ -1457,8 +1457,6 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
if
(
pbi
->
num_tile_workers
==
0
)
{
const
int
num_threads
=
pbi
->
max_threads
&
~
1
;
int
i
;
// TODO(jzern): Allocate one less worker, as in the current code we only
// use num_threads - 1 workers.
CHECK_MEM_ERROR
(
cm
,
pbi
->
tile_workers
,
vpx_malloc
(
num_threads
*
sizeof
(
*
pbi
->
tile_workers
)));
// Ensure tile data offsets will be properly aligned. This may fail on
...
...
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