summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_convolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/vp9_convolve.h')
-rw-r--r--vp9/common/vp9_convolve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_convolve.h b/vp9/common/vp9_convolve.h
index 9522b78bc..13220e97e 100644
--- a/vp9/common/vp9_convolve.h
+++ b/vp9/common/vp9_convolve.h
@@ -13,7 +13,7 @@
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
-#define VP9_FILTER_BITS 7
+#define FILTER_BITS 7
typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
uint8_t *dst, ptrdiff_t dst_stride,