Lines Matching refs:base
1292 #define YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \
1300 name ## base ## _X_vsx_template(c, lumFilter, lumSrc, lumFilterSize, \
1305 #define YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \
1311 name ## base ## _2_vsx_template(c, buf, ubuf, vbuf, abuf, \
1315 #define YUV2RGBWRAPPER(name, base, ext, fmt, hasAlpha) \
1321 name ## base ## _1_vsx_template(c, buf0, ubuf, vbuf, abuf0, dest, \
1629 #define YUV2PACKEDWRAPPERX(name, base, ext, fmt) \
1637 name ## base ## _X_vsx_template(c, lumFilter, lumSrc, lumFilterSize, \
1642 #define YUV2PACKEDWRAPPER2(name, base, ext, fmt) \
1643 YUV2PACKEDWRAPPERX(name, base, ext, fmt) \
1649 name ## base ## _2_vsx_template(c, buf, ubuf, vbuf, abuf, \
1653 #define YUV2PACKEDWRAPPER(name, base, ext, fmt) \
1654 YUV2PACKEDWRAPPER2(name, base, ext, fmt) \
1660 name ## base ## _1_vsx_template(c, buf0, ubuf, vbuf, \