ref: d62af81f6a86bb1a2f47144f6f47d7ce6933d9e8
parent: 345fbfef06cede8f56a4c6cd02242f6ffd53a1c6
author: Yaowu Xu <yaowu@google.com>
date: Wed Dec 11 08:45:07 EST 2013
Reduce the number of frames used in lossless test Change-Id: I976f70b640b06f20533ad29578a5b2acca134fd4
--- a/test/vp9_lossless_test.cc
+++ b/test/vp9_lossless_test.cc
@@ -66,7 +66,7 @@
// 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);
--
⑨