Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
d47828ed
Commit
d47828ed
authored
Dec 18, 2012
by
Yaowu Xu
Committed by
Gerrit Code Review
Dec 18, 2012
Browse files
Merge "Changed MAX_PSNR to 100" into experimental
parents
b41c3583
28765690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp8/encoder/psnr.c
vp8/encoder/psnr.c
+1
-1
No files found.
vp8/encoder/psnr.c
View file @
d47828ed
...
...
@@ -13,7 +13,7 @@
#include "math.h"
#include "vp8/common/systemdependent.h"
/* for vp8_clear_system_state() */
#define MAX_PSNR
6
0
#define MAX_PSNR
10
0
double
vp8_mse2psnr
(
double
Samples
,
double
Peak
,
double
Mse
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment