EC_ADAPT: re-enable tests using tiles.
BUG=aomedia:71 Change-Id: Ie6fafd716fc0419cd170771d51eafa9a915cd790
This commit is contained in:
Родитель
77c7c40f8b
Коммит
0b3af1c23a
|
@ -49,9 +49,7 @@ const EncodeParameters kAV1EncodeParameterSet[] = {
|
|||
{ 0, 0, 0, 1, 0, AOM_CR_STUDIO_RANGE, AOM_CS_BT_601, { 0, 0 } },
|
||||
{ 0, 0, 0, 0, 0, AOM_CR_FULL_RANGE, AOM_CS_BT_709, { 0, 0 } },
|
||||
{ 0, 0, 1, 0, 0, AOM_CR_FULL_RANGE, AOM_CS_BT_2020, { 0, 0 } },
|
||||
#if !CONFIG_EC_ADAPT
|
||||
{ 0, 2, 0, 0, 1, AOM_CR_STUDIO_RANGE, AOM_CS_UNKNOWN, { 640, 480 } },
|
||||
#endif
|
||||
// TODO(JBB): Test profiles (requires more work).
|
||||
};
|
||||
|
||||
|
|
|
@ -175,10 +175,6 @@ class AVxEncoderThreadTestLarge : public AVxEncoderThreadTest {};
|
|||
|
||||
TEST_P(AVxEncoderThreadTestLarge, EncoderResultTest) { DoTest(); }
|
||||
|
||||
#if CONFIG_EC_ADAPT
|
||||
// TODO(thdavies): EC_ADAPT does not support tiles
|
||||
|
||||
#else
|
||||
// For AV1, only test speed 0 to 3.
|
||||
AV1_INSTANTIATE_TEST_CASE(AVxEncoderThreadTest,
|
||||
::testing::Values(::libaom_test::kTwoPassGood,
|
||||
|
@ -189,5 +185,4 @@ AV1_INSTANTIATE_TEST_CASE(AVxEncoderThreadTestLarge,
|
|||
::testing::Values(::libaom_test::kTwoPassGood,
|
||||
::libaom_test::kOnePassGood),
|
||||
::testing::Range(0, 2));
|
||||
#endif
|
||||
} // namespace
|
||||
|
|
|
@ -129,9 +129,6 @@ class TileIndependenceTestLarge : public TileIndependenceTest {
|
|||
|
||||
TEST_P(TileIndependenceTestLarge, MD5Match) { DoTest(); }
|
||||
|
||||
#if CONFIG_EC_ADAPT
|
||||
// TODO(thdavies): EC_ADAPT does not support tiles
|
||||
#else
|
||||
#if CONFIG_EXT_TILE
|
||||
AV1_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::testing::Values(1, 2, 32),
|
||||
::testing::Values(1, 2, 32));
|
||||
|
@ -144,5 +141,4 @@ AV1_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::testing::Values(0, 1),
|
|||
AV1_INSTANTIATE_TEST_CASE(TileIndependenceTestLarge, ::testing::Values(0, 1),
|
||||
::testing::Values(0, 1));
|
||||
#endif // CONFIG_EXT_TILE
|
||||
#endif // CONFIG_EC_ADAPT
|
||||
} // namespace
|
||||
|
|
Загрузка…
Ссылка в новой задаче