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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dbayer_template.c35 #define BAYER_SIZEOF 1 macro
40 #define BAYER_SIZEOF 2 macro
45 #define BAYER_SIZEOF 2 macro
49 #define S(y, x) BAYER_READ(src[(y)*src_stride + BAYER_SIZEOF*(x)])
132 src += 2 * BAYER_SIZEOF;
142 src += 2 * BAYER_SIZEOF;
147 src += 2 * BAYER_SIZEOF;
164 src += 2 * BAYER_SIZEOF;
179 src += 2 * BAYER_SIZEOF;
187 src += 2 * BAYER_SIZEOF;
213 #undef BAYER_SIZEOF macro
[all...]

Completed in 40 milliseconds