From 1e83fd63c30d433ee53769d4e4768feabf822ae2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 9 Apr 2019 09:44:46 +0200 Subject: mg2d: add higher-order interpolation operators --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 7ecdf01..0a36ca9 100644 --- a/common.h +++ b/common.h @@ -34,6 +34,6 @@ static inline int64_t gettime(void) return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec; } -#define FD_STENCIL_MAX 2 +#define FD_STENCIL_MAX 4 #endif /* MG2D_COMMON_H */ -- cgit v1.2.3