altref_test: mark AltRefForcedKeyTest as large
Change-Id: I2bbd7cd2f3b22d3dbfd40d9af430a5d276cd1855
This commit is contained in:
parent
e86d886a39
commit
0dcd21fb1b
@ -70,17 +70,17 @@ VP8_INSTANTIATE_TEST_CASE(AltRefTest,
|
|||||||
|
|
||||||
#endif // CONFIG_VP8_ENCODER
|
#endif // CONFIG_VP8_ENCODER
|
||||||
|
|
||||||
class AltRefForcedKeyTest
|
class AltRefForcedKeyTestLarge
|
||||||
: public ::libvpx_test::EncoderTest,
|
: public ::libvpx_test::EncoderTest,
|
||||||
public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
|
public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
|
||||||
protected:
|
protected:
|
||||||
AltRefForcedKeyTest()
|
AltRefForcedKeyTestLarge()
|
||||||
: EncoderTest(GET_PARAM(0)),
|
: EncoderTest(GET_PARAM(0)),
|
||||||
encoding_mode_(GET_PARAM(1)),
|
encoding_mode_(GET_PARAM(1)),
|
||||||
cpu_used_(GET_PARAM(2)),
|
cpu_used_(GET_PARAM(2)),
|
||||||
forced_kf_frame_num_(1),
|
forced_kf_frame_num_(1),
|
||||||
frame_num_(0) {}
|
frame_num_(0) {}
|
||||||
virtual ~AltRefForcedKeyTest() {}
|
virtual ~AltRefForcedKeyTestLarge() {}
|
||||||
|
|
||||||
virtual void SetUp() {
|
virtual void SetUp() {
|
||||||
InitializeConfig();
|
InitializeConfig();
|
||||||
@ -124,7 +124,7 @@ class AltRefForcedKeyTest
|
|||||||
unsigned int frame_num_;
|
unsigned int frame_num_;
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST_P(AltRefForcedKeyTest, Frame1IsKey) {
|
TEST_P(AltRefForcedKeyTestLarge, Frame1IsKey) {
|
||||||
const vpx_rational timebase = { 1, 30 };
|
const vpx_rational timebase = { 1, 30 };
|
||||||
const int lag_values[] = { 3, 15, 25, -1 };
|
const int lag_values[] = { 3, 15, 25, -1 };
|
||||||
|
|
||||||
@ -138,7 +138,7 @@ TEST_P(AltRefForcedKeyTest, Frame1IsKey) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(AltRefForcedKeyTest, ForcedFrameIsKey) {
|
TEST_P(AltRefForcedKeyTestLarge, ForcedFrameIsKey) {
|
||||||
const vpx_rational timebase = { 1, 30 };
|
const vpx_rational timebase = { 1, 30 };
|
||||||
const int lag_values[] = { 3, 15, 25, -1 };
|
const int lag_values[] = { 3, 15, 25, -1 };
|
||||||
|
|
||||||
@ -153,17 +153,17 @@ TEST_P(AltRefForcedKeyTest, ForcedFrameIsKey) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
VP8_INSTANTIATE_TEST_CASE(
|
VP8_INSTANTIATE_TEST_CASE(
|
||||||
AltRefForcedKeyTest,
|
AltRefForcedKeyTestLarge,
|
||||||
::testing::Values(::libvpx_test::kOnePassGood),
|
::testing::Values(::libvpx_test::kOnePassGood),
|
||||||
::testing::Range(0, 9));
|
::testing::Range(0, 9));
|
||||||
|
|
||||||
VP9_INSTANTIATE_TEST_CASE(
|
VP9_INSTANTIATE_TEST_CASE(
|
||||||
AltRefForcedKeyTest,
|
AltRefForcedKeyTestLarge,
|
||||||
::testing::Values(::libvpx_test::kOnePassGood),
|
::testing::Values(::libvpx_test::kOnePassGood),
|
||||||
::testing::Range(0, 9));
|
::testing::Range(0, 9));
|
||||||
|
|
||||||
VP10_INSTANTIATE_TEST_CASE(
|
VP10_INSTANTIATE_TEST_CASE(
|
||||||
AltRefForcedKeyTest,
|
AltRefForcedKeyTestLarge,
|
||||||
::testing::Values(::libvpx_test::kOnePassGood),
|
::testing::Values(::libvpx_test::kOnePassGood),
|
||||||
::testing::Range(0, 9));
|
::testing::Range(0, 9));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user