Searched defs:UPSCALE (Results 1 – 2 of 2) sorted by relevance
334 #define UPSCALE( x ) ( (x) * ( ONE_PIXEL >> 6 ) ) macro337 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro
327 #define UPSCALE( x ) ( (x) << ( PIXEL_BITS - 6 ) ) macro330 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro