Searched defs:DIVIDE_BY (Results 1 – 2 of 2) sorted by relevance
247 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro249 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
460 #define DIVIDE_BY(a,b) a /= b in quantize() macro462 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in quantize() macro