Add a 1x1 enc/dec test.
Change-Id: I777f49a3c2c2aaa04ae23904396bd7254e1afd8c
This commit is contained in:
parent
a0befb93e7
commit
655fbd1b4a
@ -84,4 +84,13 @@ TEST_F(VP9FrameSizeTestsLarge, ValidSizes) {
|
|||||||
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
|
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST_F(VP9FrameSizeTestsLarge, OneByOneVideo) {
|
||||||
|
::libvpx_test::RandomVideoSource video;
|
||||||
|
|
||||||
|
video.SetSize(1, 1);
|
||||||
|
video.set_limit(2);
|
||||||
|
expected_res_ = VPX_CODEC_OK;
|
||||||
|
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
|
||||||
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user