Index: source/libvpx/vp9/encoder/vp9_ssim.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_ssim.c (revision 232232) |
+++ source/libvpx/vp9/encoder/vp9_ssim.c (working copy) |
@@ -42,8 +42,8 @@ |
} |
} |
-const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 |
-const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 |
+static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 |
+static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 |
static double similarity(unsigned long sum_s, unsigned long sum_r, |
unsigned long sum_sq_s, unsigned long sum_sq_r, |