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
Guillaume Martres
aom-rav1e
Commits
6d1a63a0
Commit
6d1a63a0
authored
Dec 12, 2014
by
James Zern
Committed by
Gerrit Code Review
Dec 12, 2014
Browse files
Merge "Remove unnecessary dqcoeff memset."
parents
d916b0f2
3c7a06c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
6d1a63a0
...
...
@@ -952,7 +952,6 @@ static const uint8_t *decode_tiles(VP9Decoder *pbi,
&
tile_data
->
bit_reader
,
pbi
->
decrypt_cb
,
pbi
->
decrypt_state
);
init_macroblockd
(
cm
,
&
tile_data
->
xd
);
vp9_zero
(
tile_data
->
xd
.
dqcoeff
);
}
}
...
...
@@ -1149,7 +1148,6 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
&
tile_data
->
bit_reader
,
pbi
->
decrypt_cb
,
pbi
->
decrypt_state
);
init_macroblockd
(
cm
,
&
tile_data
->
xd
);
vp9_zero
(
tile_data
->
xd
.
dqcoeff
);
worker
->
had_error
=
0
;
if
(
i
==
num_workers
-
1
||
n
==
tile_cols
-
1
)
{
...
...
@@ -1559,7 +1557,6 @@ void vp9_decode_frame(VP9Decoder *pbi,
*
cm
->
fc
=
cm
->
frame_contexts
[
cm
->
frame_context_idx
];
vp9_zero
(
cm
->
counts
);
vp9_zero
(
xd
->
dqcoeff
);
xd
->
corrupted
=
0
;
new_fb
->
corrupted
=
read_compressed_header
(
pbi
,
data
,
first_partition_size
);
...
...
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