Home
last modified time | relevance | path

Searched refs:_col (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Ddrawmethods.c21 #define DRAWMETHOD_PLUS(_out,_backbuf,_col) \ argument
26 unsigned char *cra = (unsigned char*)&(_col);\
Dppc_drawings.s117 ; 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);
Dmmx.c136 #define DRAWMETHOD_PLUS_MMX(_out,_backbuf,_col) \ argument
139 paddusb_m2r(_col, mm0); \
Dxmmx.c247 #define DRAWMETHOD_PLUS_XMMX(_out,_backbuf,_col) \ argument
250 paddusb_m2r(_col, mm0); \