vp9 rtc: change PSNR thresh.
authorJerome Jiang <jianj@google.com>
Wed, 10 Apr 2019 17:04:15 +0000 (10:04 -0700)
committerJerome Jiang <jianj@google.com>
Wed, 10 Apr 2019 17:04:15 +0000 (10:04 -0700)
Change-Id: I07ccc48c76d9871ae01b56ce432f9a6661fb47b9

test/vp9_end_to_end_test.cc

index 2d7bd70..b4acd8f 100644 (file)
@@ -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 }, { 28.0, 30.0, 30.0, 30.0, 30.0 },
+  { 28.5, 31.0, 31.0, 31.0, 31.0 }, { 27.5, 30.0, 30.0, 30.0, 30.0 },
 };
 
 typedef struct {