summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCheng Chen <chengchen@google.com>2021-04-06 17:20:39 -0700
committerCheng Chen <chengchen@google.com>2021-04-07 03:15:41 +0000
commit06fee5a89b7729cc178180e9c6743138faba7e79 (patch)
treef4667b19e7937d8443f0cb33d102bb57dc9bf9e8 /test
parentafe1ba7f3f8d270d0eb215ceeb80e89290e1a37d (diff)
downloadlibvpx-06fee5a89b7729cc178180e9c6743138faba7e79.tar
libvpx-06fee5a89b7729cc178180e9c6743138faba7e79.tar.gz
libvpx-06fee5a89b7729cc178180e9c6743138faba7e79.tar.bz2
libvpx-06fee5a89b7729cc178180e9c6743138faba7e79.zip
Adjust end to end psnr value
A recent change leads to slight difference of encoding results: d3aaac367 Change calculation of rd multiplier, which is caught by Jenkins nightly test. Adjust the threshold to silence the test failure. BUG=webm:1725 Change-Id: I7e8b3a26b72c831ae4d88d0fca681b354314739d
Diffstat (limited to 'test')
-rw-r--r--test/vp9_end_to_end_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_end_to_end_test.cc b/test/vp9_end_to_end_test.cc
index 7cc126ea5..7a85db26a 100644
--- a/test/vp9_end_to_end_test.cc
+++ b/test/vp9_end_to_end_test.cc
@@ -31,7 +31,7 @@ const double kPsnrThreshold[][5] = {
{ 36.0, 37.0, 37.0, 37.0, 37.0 }, { 35.0, 36.0, 36.0, 36.0, 36.0 },
{ 34.0, 35.0, 35.0, 35.0, 35.0 }, { 33.0, 34.0, 34.0, 34.0, 34.0 },
{ 32.0, 33.0, 33.0, 33.0, 33.0 }, { 28.0, 32.0, 32.0, 32.0, 32.0 },
- { 28.5, 31.0, 31.0, 31.0, 31.0 }, { 27.5, 30.0, 30.0, 30.0, 30.0 },
+ { 28.4, 31.0, 31.0, 31.0, 31.0 }, { 27.5, 30.0, 30.0, 30.0, 30.0 },
};
typedef struct {