| Index: source/libvpx/vp8/common/filter.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/filter.h (revision 247498)
|
| +++ source/libvpx/vp8/common/filter.h (working copy)
|
| @@ -14,6 +14,10 @@
|
|
|
| #include "vpx_ports/mem.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define BLOCK_HEIGHT_WIDTH 4
|
| #define VP8_FILTER_WEIGHT 128
|
| #define VP8_FILTER_SHIFT 7
|
| @@ -21,4 +25,8 @@
|
| extern DECLARE_ALIGNED(16, const short, vp8_bilinear_filters[8][2]);
|
| extern DECLARE_ALIGNED(16, const short, vp8_sub_pel_filters[8][6]);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_FILTER_H_
|
|
|