Searched refs:BAYER_RENAME (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dbayer_template.c127 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width)
137 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width)
156 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv)
171 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv)
207 #undef BAYER_RENAME macro
H A Dswscale_unscaled.c973 #define BAYER_RENAME(x) bayer_gbrg8_to_##x macro
978 #define BAYER_RENAME(x) bayer_gbrg16le_to_##x macro
983 #define BAYER_RENAME(x) bayer_gbrg16be_to_##x macro
988 #define BAYER_RENAME(x) bayer_grbg8_to_##x macro
993 #define BAYER_RENAME(x) bayer_grbg16le_to_##x macro
998 #define BAYER_RENAME(x) bayer_grbg16be_to_##x macro
1003 #define BAYER_RENAME(x) bayer_bggr8_to_##x macro
1008 #define BAYER_RENAME(x) bayer_bggr16le_to_##x macro
1013 #define BAYER_RENAME(x) bayer_bggr16be_to_##x macro
1018 #define BAYER_RENAME( macro
1023 #define BAYER_RENAME macro
1028 #define BAYER_RENAME macro
[all...]

Completed in 59 milliseconds