Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
4c31519d
Commit
4c31519d
authored
Feb 20, 2018
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initialization for a stack array
BUG=aomedia:1363 Change-Id: If94c6404836fefcf3352f1a4f380066965ca68ce
parent
fb04a9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/encoder/rdopt.c
av1/encoder/rdopt.c
+1
-1
No files found.
av1/encoder/rdopt.c
View file @
4c31519d
...
...
@@ -1797,7 +1797,7 @@ void av1_dist_block(const AV1_COMP *cpi, MACROBLOCK *x, int plane,
blk_row, blk_col, plane_bsize, tx_bsize);
} else {
uint8_t *recon;
DECLARE_ALIGNED(16, uint16_t, recon16[MAX_TX_SQUARE]);
DECLARE_ALIGNED(16, uint16_t, recon16[MAX_TX_SQUARE])
= { 0 }
;
if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH)
recon = CONVERT_TO_BYTEPTR(recon16);
...
...
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