Searched defs:UPSCALE (Results 1 – 1 of 1) sorted by relevance
343 #define UPSCALE( x ) ( (x) * ( ONE_PIXEL >> 6 ) ) macro346 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro