Commit d47828ed authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Changed MAX_PSNR to 100" into experimental

Showing with 1 addition and 1 deletion
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "math.h" #include "math.h"
#include "vp8/common/systemdependent.h" /* for vp8_clear_system_state() */ #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) double vp8_mse2psnr(double Samples, double Peak, double Mse)
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment