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
3e629b96
Commit
3e629b96
authored
May 15, 2017
by
Yi Luo
Committed by
Alex Converse
May 15, 2017
Browse files
Fix build on --disable-avx2
BUG=aomedia:536 Change-Id: I92c5e43ba225968504ff1c878ca80b86449aeefe
parent
817ddb73
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/fht32x32_test.cc
View file @
3e629b96
...
...
@@ -49,7 +49,7 @@ void highbd_fht32x32_ref(const int16_t *in, int32_t *out, int stride,
}
#endif // CONFIG_HIGHBITDEPTH
#if HAVE_AVX2
#if
HAVE_SSE2 ||
HAVE_AVX2
void
dummy_inv_txfm
(
const
tran_low_t
*
in
,
uint8_t
*
out
,
int
stride
,
int
tx_type
)
{
(
void
)
in
;
...
...
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