From: Yaowu Xu Date: Wed, 11 Dec 2013 21:45:07 +0000 (-0800) Subject: Reduce the number of frames used in lossless test X-Git-Tag: v1.4.0~2858^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d62af81f6a86bb1a2f47144f6f47d7ce6933d9e8;p=libvpx Reduce the number of frames used in lossless test Change-Id: I976f70b640b06f20533ad29578a5b2acca134fd4 --- diff --git a/test/vp9_lossless_test.cc b/test/vp9_lossless_test.cc index 30a3118eb..e8c32b41c 100644 --- a/test/vp9_lossless_test.cc +++ b/test/vp9_lossless_test.cc @@ -66,7 +66,7 @@ TEST_P(LossLessTest, TestLossLessEncoding) { // intentionally changed the dimension for better testing coverage libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, - timebase.den, timebase.num, 0, 30); + timebase.den, timebase.num, 0, 10); ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); const double psnr_lossless = GetMinPsnr(); EXPECT_GE(psnr_lossless, kMaxPsnr);