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
f74e04cc
Commit
f74e04cc
authored
Feb 03, 2016
by
James Zern
Browse files
fdct8x8_test:: quiet unused-function warning
in non-x86 builds Change-Id: I9f6fa40d27f95a4afe92444f71c23dc9a15db466
parent
497b6744
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/fdct8x8_test.cc
View file @
f74e04cc
...
...
@@ -107,6 +107,8 @@ void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) {
vp9_highbd_iht8x8_64_add_c
(
in
,
out
,
stride
,
tx_type
,
12
);
}
#if HAVE_SSE2
void
idct8x8_10_add_10_c
(
const
tran_low_t
*
in
,
uint8_t
*
out
,
int
stride
)
{
vpx_highbd_idct8x8_10_add_c
(
in
,
out
,
stride
,
10
);
}
...
...
@@ -115,7 +117,6 @@ void idct8x8_10_add_12_c(const tran_low_t *in, uint8_t *out, int stride) {
vpx_highbd_idct8x8_10_add_c
(
in
,
out
,
stride
,
12
);
}
#if HAVE_SSE2
void
idct8x8_10_add_10_sse2
(
const
tran_low_t
*
in
,
uint8_t
*
out
,
int
stride
)
{
vpx_highbd_idct8x8_10_add_sse2
(
in
,
out
,
stride
,
10
);
}
...
...
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