Skip to content
GitLab
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
bbe37dfa
Commit
bbe37dfa
authored
Feb 28, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Feb 28, 2014
Browse files
Merge "fix vp9 only build"
parents
4aacfb0f
24c1734f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/sad_test.cc
View file @
bbe37dfa
...
...
@@ -545,10 +545,12 @@ INSTANTIATE_TEST_CASE_P(SSE3, SADx4Test, ::testing::Values(
#if HAVE_SSSE3
#if CONFIG_USE_X86INC
#if CONFIG_VP8_ENCODER
const
sad_m_by_n_fn_t
sad_16x16_sse3
=
vp8_sad16x16_sse3
;
INSTANTIATE_TEST_CASE_P
(
SSE3
,
SADTest
,
::
testing
::
Values
(
make_tuple
(
16
,
16
,
sad_16x16_sse3
)));
#endif
#endif
#endif
}
// namespace
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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