Searched defs:UPSCALE (Results 1 – 2 of 2) sorted by relevance
352 #define UPSCALE(x) (x) in ReadColorMap() macro
342 #define UPSCALE( x ) ( (x) * ( ONE_PIXEL >> 6 ) ) macro345 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro