From 9d924a0c4ae57643e0ac4be6845d72e890cf3a6e Mon Sep 17 00:00:00 2001 From: Sarah Parker Date: Thu, 9 Jun 2016 16:29:53 -0700 Subject: [PATCH] Fix vp9_end_to_end_test for vp10 HBD This test is failing when no experiments are turned on. PSNR is 31.96 when the threshold is 32. broken since: 0d6980d Remove swap buffer speed feature Change-Id: I3c29815b40d5282c37f52f4345b56992f8558b2e --- test/vp9_end_to_end_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/vp9_end_to_end_test.cc b/test/vp9_end_to_end_test.cc index 98e9e3058..a32265e11 100644 --- a/test/vp9_end_to_end_test.cc +++ b/test/vp9_end_to_end_test.cc @@ -32,9 +32,9 @@ const double kPsnrThreshold[][5] = { #if CONFIG_VP10_ENCODER && CONFIG_VP9_HIGHBITDEPTH { 36.0, 37.0, 37.0, 37.0, 37.0 }, { 31.0, 36.0, 36.0, 36.0, 36.0 }, - { 32.0, 35.0, 35.0, 35.0, 35.0 }, - { 32.0, 34.0, 34.0, 34.0, 34.0 }, - { 32.0, 33.0, 33.0, 33.0, 33.0 }, + { 31.0, 35.0, 35.0, 35.0, 35.0 }, + { 31.0, 34.0, 34.0, 34.0, 34.0 }, + { 31.0, 33.0, 33.0, 33.0, 33.0 }, { 31.0, 32.0, 32.0, 32.0, 32.0 }, { 30.0, 31.0, 31.0, 31.0, 31.0 }, { 29.0, 30.0, 30.0, 30.0, 30.0 }, -- 2.49.0