DIVIDE_BY 105 jcdctmgr.c #define DIVIDE_BY(a,b) a /= b DIVIDE_BY 107 jcdctmgr.c #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0