Searched refs:expix2 (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters_mmx.s | 27 .extern expix1,expix2 ;// the source and destination buffer 46 movl (expix2), %ebx
|
D | filters.c | 58 guint32 *expix2 = 0; /* pointeur exporte vers p2 */ variable 369 expix2 = pix2; in zoomFilterFastRGB()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | mmx.c | 56 Pixel * expix1, Pixel * expix2, in zoom_filter_mmx() argument 127 "packuswb %%mm7, %%mm0 \n\t" "movd %%mm0,%0 \n\t":"=g" (expix2[loop]) in zoom_filter_mmx()
|
D | filters_mmx.s | 46 .extern expix1,expix2 ;// the source and destination buffer 200 movl expix2,%eax
|
D | xmmx.c | 64 Pixel * expix1, Pixel * expix2, in zoom_filter_xmmx() argument 239 movd_r2m (mm0, expix2[loop]); in zoom_filter_xmmx()
|
D | filters.c | 109 static void c_zoom (Pixel * expix1, Pixel * expix2, unsigned int prevX, 445 c_zoom (Pixel * expix1, Pixel * expix2, unsigned int prevX, unsigned int prevY, in c_zoom() argument 508 setPixelRGB_ (expix2, myPos >> 1, couleur); in c_zoom()
|
D | mmx.h | 244 void zoom_filter_mmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, 246 void zoom_filter_xmmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2,
|