Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
fb1a8ba3
Commit
fb1a8ba3
authored
Aug 06, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 06, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix compiler error in vp8/9 decoder test"
parents
15de7bd3
463c9485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
test/test_vector_test.cc
test/test_vector_test.cc
+3
-2
No files found.
test/test_vector_test.cc
View file @
fb1a8ba3
...
...
@@ -135,6 +135,7 @@ TEST_P(TestVectorTest, MD5Match) {
// Test VP8 decode in serial mode with single thread.
// NOTE: VP8 only support serial mode.
#if CONFIG_VP8_DECODER
VP8_INSTANTIATE_TEST_CASE
(
TestVectorTest
,
::
testing
::
Combine
(
...
...
@@ -143,8 +144,10 @@ VP8_INSTANTIATE_TEST_CASE(
::
testing
::
ValuesIn
(
libvpx_test
::
kVP8TestVectors
,
libvpx_test
::
kVP8TestVectors
+
libvpx_test
::
kNumVP8TestVectors
)));
#endif // CONFIG_VP8_DECODER
// Test VP9 decode in serial mode with single thread.
#if CONFIG_VP9_DECODER
VP9_INSTANTIATE_TEST_CASE
(
TestVectorTest
,
::
testing
::
Combine
(
...
...
@@ -154,8 +157,6 @@ VP9_INSTANTIATE_TEST_CASE(
libvpx_test
::
kVP9TestVectors
+
libvpx_test
::
kNumVP9TestVectors
)));
#if CONFIG_VP9_DECODER
// Test VP9 decode in frame parallel mode with different number of threads.
INSTANTIATE_TEST_CASE_P
(
VP9MultiThreadedFrameParallel
,
TestVectorTest
,
...
...
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