| Index: source/libvpx/vp9/common/vp9_filter.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_filter.h (revision 278778)
|
| +++ source/libvpx/vp9/common/vp9_filter.h (working copy)
|
| @@ -41,12 +41,6 @@
|
|
|
| DECLARE_ALIGNED(256, extern const InterpKernel,
|
| vp9_bilinear_filters[SUBPEL_SHIFTS]);
|
| -DECLARE_ALIGNED(256, extern const InterpKernel,
|
| - vp9_sub_pel_filters_8[SUBPEL_SHIFTS]);
|
| -DECLARE_ALIGNED(256, extern const InterpKernel,
|
| - vp9_sub_pel_filters_8s[SUBPEL_SHIFTS]);
|
| -DECLARE_ALIGNED(256, extern const InterpKernel,
|
| - vp9_sub_pel_filters_8lp[SUBPEL_SHIFTS]);
|
|
|
| // The VP9_BILINEAR_FILTERS_2TAP macro returns a pointer to the bilinear
|
| // filter kernel as a 2 tap filter.
|
|
|