Index: source/libvpx/vp9/common/vp9_convolve.h |
=================================================================== |
--- source/libvpx/vp9/common/vp9_convolve.h (revision 219822) |
+++ source/libvpx/vp9/common/vp9_convolve.h (working copy) |
@@ -13,6 +13,8 @@ |
#include "./vpx_config.h" |
#include "vpx/vpx_integer.h" |
+#define FILTER_BITS 7 |
+ |
typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, |
uint8_t *dst, ptrdiff_t dst_stride, |
const int16_t *filter_x, int x_step_q4, |