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
aabedc88
Commit
aabedc88
authored
Dec 01, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Dec 01, 2014
Browse files
Merge "Turn off temporal svc unit test in RTC setting"
parents
f59cb45e
65d6320c
Changes
1
Show whitespace changes
Inline
Side-by-side
test/datarate_test.cc
View file @
aabedc88
...
@@ -652,8 +652,8 @@ TEST_P(DatarateTestVP9Large, DenoiserLevels) {
...
@@ -652,8 +652,8 @@ TEST_P(DatarateTestVP9Large, DenoiserLevels) {
#endif // CONFIG_VP9_TEMPORAL_DENOISING
#endif // CONFIG_VP9_TEMPORAL_DENOISING
VP8_INSTANTIATE_TEST_CASE
(
DatarateTestLarge
,
ALL_TEST_MODES
);
VP8_INSTANTIATE_TEST_CASE
(
DatarateTestLarge
,
ALL_TEST_MODES
);
// TODO(jingning) Add kRealTime back.
VP9_INSTANTIATE_TEST_CASE
(
DatarateTestVP9Large
,
VP9_INSTANTIATE_TEST_CASE
(
DatarateTestVP9Large
,
::
testing
::
Values
(
::
libvpx_test
::
kOnePassGood
,
::
testing
::
Values
(
::
libvpx_test
::
kOnePassGood
),
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
2
,
7
));
::
testing
::
Range
(
2
,
7
));
}
// namespace
}
// namespace
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