]> granicus.if.org Git - libvpx/commitdiff
Reduce the number of frames used in lossless test
authorYaowu Xu <yaowu@google.com>
Wed, 11 Dec 2013 21:45:07 +0000 (13:45 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 11 Dec 2013 21:45:07 +0000 (13:45 -0800)
Change-Id: I976f70b640b06f20533ad29578a5b2acca134fd4

test/vp9_lossless_test.cc

index 30a3118eb618fc575e3e8c9ca93be53038aa183d..e8c32b41c3dce81f6d96f236aacc018271a9542f 100644 (file)
@@ -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);