--- quant_h263.c 2002/06/12 20:38:40 1.2 +++ quant_h263.c 2003/02/15 15:22:19 1.7 @@ -40,6 +40,7 @@ * *************************************************************************/ +#include "../global.h" #include "quant_h263.h" /* mutliply+shift division table @@ -61,8 +62,6 @@ -#define DIV_DIV(a, b) ((a)>0) ? ((a)+((b)>>1))/(b) : ((a)-((b)>>1))/(b) - // function pointers quanth263_intraFuncPtr quant_intra; quanth263_intraFuncPtr dequant_intra;