Lines Matching refs:name

743 #define YUV2PACKEDWRAPPER(name, base, ext, fmt) \
744 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
751 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \
756 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
761 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
765 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
770 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, \
1471 #define YUV2PACKED16WRAPPER(name, base, ext, fmt, hasAlpha, eightbytes) \
1472 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1484 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \
1489 static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \
1499 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
1503 static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \
1513 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \
1829 #define YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \
1830 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1837 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \
1842 #define YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \
1843 YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \
1844 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
1849 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
1853 #define YUV2RGBWRAPPER(name, base, ext, fmt, hasAlpha) \
1854 YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \
1855 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
1860 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \