--- branches/dev-api-3/xvidcore/src/quant/quant_mpeg4.c 2003/01/04 04:28:48 759 +++ branches/dev-api-3/xvidcore/src/quant/quant_mpeg4.c 2003/01/04 06:14:33 760 @@ -40,7 +40,7 @@ * *************************************************************************/ - +#include "../global.h" #include "quant_mpeg4.h" #include "quant_matrix.h" @@ -51,8 +51,6 @@ quant_interFuncPtr quant4_inter; -#define DIV_DIV(A,B) ( (A) > 0 ? ((A)+((B)>>1))/(B) : ((A)-((B)>>1))/(B) ) -#define SIGN(A) ((A)>0?1:-1) #define VM18P 3 #define VM18Q 4