]> granicus.if.org Git - libvpx/commitdiff
changed MAX_PSNR to 100
authorYaowu Xu <yaowu@google.com>
Thu, 18 Nov 2010 17:10:30 +0000 (09:10 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 18 Nov 2010 17:12:02 +0000 (09:12 -0800)
Changing the MAX_PSNR to 100 to allow testing of further experiments
on extending quantizer range to near lossless. With an effective
quantizer of 1, encoder achieves ~68DB, which is consistent with
fdct/idct round trip error.

Change-Id: I7b6d0e94a8936968ef42e82e63ebb13999c36832

vp8/encoder/psnr.c

index dc2a03b69083e581cc339797eabec7cc2d38b1af..ff0222e2d0388829375d400ebefd4af1fc348a37 100644 (file)
@@ -13,7 +13,7 @@
 #include "math.h"
 #include "systemdependent.h" /* for vp8_clear_system_state() */
 
-#define MAX_PSNR 60
+#define MAX_PSNR 100
 
 double vp8_mse2psnr(double Samples, double Peak, double Mse)
 {