Searched refs:_col (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | drawmethods.c | 21 #define DRAWMETHOD_PLUS(_out,_backbuf,_col) \ argument 26 unsigned char *cra = (unsigned char*)&(_col);\
|
D | ppc_drawings.s | 117 ; void DRAWMETHOD_PLUS_PPC(unsigned int * buf, unsigned int _col); 118 ; void DRAWMETHOD_PLUS_2_PPC(unsigned * in, unsigned int * out, unsigned int _col); 134 ; void DRAWMETHOD_HALF_PPC(unsigned int * buf, unsigned int _col); 135 ; void DRAWMETHOD_HALF_2_PPC(unsigned * in, unsigned int * out, unsigned int _col);
|
D | mmx.c | 136 #define DRAWMETHOD_PLUS_MMX(_out,_backbuf,_col) \ argument 139 paddusb_m2r(_col, mm0); \
|
D | xmmx.c | 247 #define DRAWMETHOD_PLUS_XMMX(_out,_backbuf,_col) \ argument 250 paddusb_m2r(_col, mm0); \
|