summaryrefslogtreecommitdiff
path: root/aom_dsp/psnrhvs.c
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2018-06-07 18:58:54 -0700
committerWan-Teh Chang <wtc@google.com>2018-06-07 18:59:50 -0700
commit34bd775b8f9001272d7c5f151aef163f3b92cb6b (patch)
tree2d97400cecb0fedbb1aeb8de9c32f365b9a83c32 /aom_dsp/psnrhvs.c
parent9421c2cc1ef6f3b9a636fae648413613be12c068 (diff)
psnrhvs: Remove unused M_PI macro definition.
Don't need to include <string.h>. BUG=aomedia:1943 Change-Id: Ia46dacd1e7f31309da80f4c24c8c7a785c8ecd96
Diffstat (limited to 'aom_dsp/psnrhvs.c')
-rw-r--r--aom_dsp/psnrhvs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/aom_dsp/psnrhvs.c b/aom_dsp/psnrhvs.c
index cdc7a623c..30fe21d9c 100644
--- a/aom_dsp/psnrhvs.c
+++ b/aom_dsp/psnrhvs.c
@@ -24,11 +24,6 @@
#include "aom_dsp/ssim.h"
#include "aom_ports/system_state.h"
-#if !defined(M_PI)
-#define M_PI (3.141592653589793238462643)
-#endif
-#include <string.h>
-
static void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x,
int xstride) {
int i, j;