vec_mstrgb32 441 libswscale/yuv2rgb_altivec.c #define out_abgr(a,b,c,ptr) vec_mstrgb32(__typeof__(a),((__typeof__ (a)){255}),c,b,a,ptr) vec_mstrgb32 442 libswscale/yuv2rgb_altivec.c #define out_bgra(a,b,c,ptr) vec_mstrgb32(__typeof__(a),c,b,a,((__typeof__ (a)){255}),ptr) vec_mstrgb32 443 libswscale/yuv2rgb_altivec.c #define out_rgba(a,b,c,ptr) vec_mstrgb32(__typeof__(a),a,b,c,((__typeof__ (a)){255}),ptr) vec_mstrgb32 444 libswscale/yuv2rgb_altivec.c #define out_argb(a,b,c,ptr) vec_mstrgb32(__typeof__(a),((__typeof__ (a)){255}),a,b,c,ptr)