make unit tests work on vp10 and remove config_vp8 artifacts

Also fixed a bug in vp10's ctrl_set_render_size().

Change-Id: Ib1dd109ee2acb96d9e23cffe0e598b1a0dc67031
This commit is contained in:
Jim Bankoski
2016-01-20 10:15:20 -08:00
committed by Yaowu Xu
parent 35731dca52
commit c96ecc2ab7
68 changed files with 327 additions and 3998 deletions

View File

@@ -268,6 +268,6 @@ TEST_P(VP9NewEncodeDecodePerfTest, PerfTest) {
printf("}\n");
}
VP9_INSTANTIATE_TEST_CASE(
VP10_INSTANTIATE_TEST_CASE(
VP9NewEncodeDecodePerfTest, ::testing::Values(::libvpx_test::kTwoPassGood));
} // namespace