summaryrefslogtreecommitdiff
path: root/test/resize_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/resize_test.cc')
-rw-r--r--test/resize_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resize_test.cc b/test/resize_test.cc
index d194dfdc7..e8c2c825b 100644
--- a/test/resize_test.cc
+++ b/test/resize_test.cc
@@ -208,7 +208,7 @@ class ResizeInternalTest : public ResizeTest {
virtual void PSNRPktHook(const vpx_codec_cx_pkt_t *pkt) {
if (!frame0_psnr_)
frame0_psnr_ = pkt->data.psnr.psnr[0];
- EXPECT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 1.0);
+ EXPECT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 1.5);
}
virtual void FramePktHook(const vpx_codec_cx_pkt_t *pkt) {