shithub: libvpx

Download patch

ref: d47828ed59999ca9379860c13a753e092062748c
parent: b41c3583acb6244d796d7b37d0d7853922550779
parent: 28765690fe24d919768ca0d0ddfd7958201fcb8a
author: Yaowu Xu <yaowu@google.com>
date: Tue Dec 18 10:00:02 EST 2012

Merge "Changed MAX_PSNR to 100" into experimental

--- a/vp8/encoder/psnr.c
+++ b/vp8/encoder/psnr.c
@@ -13,7 +13,7 @@
 #include "math.h"
 #include "vp8/common/systemdependent.h" /* for vp8_clear_system_state() */
 
-#define MAX_PSNR 60
+#define MAX_PSNR 100
 
 double vp8_mse2psnr(double Samples, double Peak, double Mse)
 {