Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: source/libvpx/test/vp9_arf_freq_test.cc

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/test/vp9_arf_freq_test.cc
diff --git a/source/libvpx/test/vp9_arf_freq_test.cc b/source/libvpx/test/vp9_arf_freq_test.cc
index aa3e34d62f40bc70b24bc726388c9348d8c5d9a5..87ff15b64a5768ff170a46bfbba1dd39f9125f66 100644
--- a/source/libvpx/test/vp9_arf_freq_test.cc
+++ b/source/libvpx/test/vp9_arf_freq_test.cc
@@ -229,4 +229,10 @@ VP9_INSTANTIATE_TEST_CASE(
::testing::ValuesIn(kTestVectors),
::testing::ValuesIn(kEncodeVectors),
::testing::ValuesIn(kMinArfVectors));
+
+VP10_INSTANTIATE_TEST_CASE(
+ ArfFreqTest,
+ ::testing::ValuesIn(kTestVectors),
+ ::testing::ValuesIn(kEncodeVectors),
+ ::testing::ValuesIn(kMinArfVectors));
} // namespace
« no previous file with comments | « source/libvpx/test/tile_independence_test.cc ('k') | source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698