39 #define DITHER1XBPP // only for MMX
52 #undef COMPILE_TEMPLATE_MMX2
53 #define COMPILE_TEMPLATE_MMX2 0
54 #define RENAME(a) a ## _MMX
61 #undef COMPILE_TEMPLATE_MMX2
62 #define COMPILE_TEMPLATE_MMX2 1
63 #define RENAME(a) a ## _MMX2
88 #if HAVE_7REGS && CONFIG_SWSCALE_ALPHA
89 return yuva420_rgb32_MMX;
92 }
else return yuv420_rgb32_MMX;
95 #if HAVE_7REGS && CONFIG_SWSCALE_ALPHA
96 return yuva420_bgr32_MMX;
99 }
else return yuv420_bgr32_MMX;