--- interpolate8x8.c 2002/11/20 19:53:05 1.4.2.5 +++ interpolate8x8.c 2003/01/04 06:14:33 1.4.2.6 @@ -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;