]> granicus.if.org Git - libvpx/commitdiff
Fix encode perf test
authorFrank Galligan <fgalligan@google.com>
Thu, 18 Dec 2014 23:19:21 +0000 (15:19 -0800)
committerFrank Galligan <fgalligan@google.com>
Thu, 18 Dec 2014 23:19:21 +0000 (15:19 -0800)
The accepted range changed to -8..8.
BUG:https://code.google.com/p/webm/issues/detail?id=901

Change-Id: I53ac80b58f4819b82c76db61db5dc476f821191f

test/encode_perf_test.cc

index feef37e7b52d1685a46db1cf4c44ed871099bddd..b29e0eab55422ad7cc38609cd860b46b254a20b0 100644 (file)
@@ -50,7 +50,7 @@ const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
   EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),
 };
 
-const int kEncodePerfTestSpeeds[] = { 5, 6, 7, 12 };
+const int kEncodePerfTestSpeeds[] = { 5, 6, 7, 8 };
 
 #define NELEMENTS(x) (sizeof((x)) / sizeof((x)[0]))