--- branches/dev-api-3/xvidcore/src/image/interpolate8x8.c 2003/01/04 04:28:48 759 +++ branches/dev-api-3/xvidcore/src/image/interpolate8x8.c 2003/01/04 06:14:33 760 @@ -31,6 +31,7 @@ #include "../portab.h" +#include "../global.h" #include "interpolate8x8.h" // function pointers @@ -167,8 +168,6 @@ * QPEL STUFF STARTS HERE * *************************************************************/ -#define CLIP(X,A,B) (X < A) ? (A) : ((X > B) ? (B) : (X)) - void interpolate8x8_6tap_lowpass_h_c(uint8_t *dst, uint8_t *src, int32_t stride, int32_t rounding) { int32_t i;