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
f87b9021
Commit
f87b9021
authored
Sep 02, 2016
by
Yaowu Xu
Browse files
Fix a compiler warning of unused variable
Change-Id: I4a2faa32cc0847fe14dd8f40156163f4713055ca
parent
03784550
Changes
1
Hide whitespace changes
Inline
Side-by-side
aom_dsp/blend_a64_hmask.c
View file @
f87b9021
...
...
@@ -49,6 +49,7 @@ void aom_highbd_blend_a64_hmask_c(uint8_t *dst_8, uint32_t dst_stride,
uint16_t
*
dst
=
CONVERT_TO_SHORTPTR
(
dst_8
);
const
uint16_t
*
src0
=
CONVERT_TO_SHORTPTR
(
src0_8
);
const
uint16_t
*
src1
=
CONVERT_TO_SHORTPTR
(
src1_8
);
(
void
)
bd
;
assert
(
IMPLIES
(
src0
==
dst
,
src0_stride
==
dst_stride
));
assert
(
IMPLIES
(
src1
==
dst
,
src1_stride
==
dst_stride
));
...
...
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