Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b47cc0fc
Commit
b47cc0fc
authored
Jun 07, 2016
by
Alex Converse
Committed by
Gerrit Code Review
Jun 07, 2016
Browse files
Merge "Turn ActiveMapTest back on." into nextgenv2
parents
31da10b4
7e26f013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
test/active_map_test.cc
test/active_map_test.cc
+15
-5
No files found.
test/active_map_test.cc
View file @
b47cc0fc
...
...
@@ -87,16 +87,26 @@ VP9_INSTANTIATE_TEST_CASE(ActiveMapTest,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
0
,
9
));
#if CONFIG_VP10
// The new variance based partitioning scheme is incompatible with
// SEGMENT_LEVEL_SKIP, so tests using cpu-used 6 or higher (and hence
// using variance based paritioning) are disabled for now.
// Temporarily disable all tests
#if CONFIG_SUPERTX
INSTANTIATE_TEST_CASE_P
(
DISABLED_VP10
,
ActiveMapTest
,
::
testing
::
Combine
(
::
testing
::
Values
(
static_cast
<
const
libvpx_test
::
CodecFactory
*>
(
&
libvpx_test
::
kVP10
)),
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
0
,
9
)));
#else
VP10_INSTANTIATE_TEST_CASE
(
ActiveMapTest
,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
0
,
6
));
// The new variance based partitioning scheme is incompatible with
// SEGMENT_LEVEL_SKIP.
INSTANTIATE_TEST_CASE_P
(
DISABLED_VP10
,
ActiveMapTest
,
::
testing
::
Combine
(
::
testing
::
Values
(
static_cast
<
const
libvpx_test
::
CodecFactory
*>
(
&
libvpx_test
::
kVP10
)),
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
6
,
9
)));
#endif // CONFIG_SUPERTX
#endif // CONFIG_VP10
}
// namespace
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