From 2612b99cc7a64d5377f59de4775a308e6cdd5706 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Tue, 20 Aug 2013 00:42:25 -0700 Subject: Adding VP9_FILTER_BITS constant. Removing VP9_FILTER_WEIGHT, VP9_FILTER_SHIFT, BLOCK_WIDTH_HEIGHT constants. Using ROUND_POWER_OF_TWO for rounding. Change-Id: I2e8d6858dcd600a87096138209731137d7decc24 --- vp9/common/vp9_convolve.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vp9/common/vp9_convolve.h') diff --git a/vp9/common/vp9_convolve.h b/vp9/common/vp9_convolve.h index 3de81119f..9522b78bc 100644 --- a/vp9/common/vp9_convolve.h +++ b/vp9/common/vp9_convolve.h @@ -13,6 +13,8 @@ #include "./vpx_config.h" #include "vpx/vpx_integer.h" +#define VP9_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, -- cgit v1.2.3