24 #ifndef SWSCALE_PPC_YUV2RGB_ALTIVEC_H 25 #define SWSCALE_PPC_YUV2RGB_ALTIVEC_H 31 #define YUV2PACKEDX_HEADER(suffix) \ 32 void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \ 33 const int16_t *lumFilter, \ 34 const int16_t **lumSrc, \ 36 const int16_t *chrFilter, \ 37 const int16_t **chrUSrc, \ 38 const int16_t **chrVSrc, \ 40 const int16_t **alpSrc, \
#define YUV2PACKEDX_HEADER(suffix)