[MPlayer-dev-eng] TODO
Arpi
arpi at thot.banki.hu
Thu Feb 14 22:48:25 CET 2002
Hi,
> > for(y=0;y<h;y++){
> > memcpy(d,s,w);
> > s+=s_stride;
> > d+=d_stride;
> > }
> >
> > so mayeb making a specialized version with such syntax could make our life
> > easier and also saves us from some func calls and emms:
> > agp2memcpy_pic(d,s,w,h,d_stride,s_stride);
> >
> > what do you think?
> i doubt that there will be a messureable difference in speed...
> anyway ill do it
should i wait for that or implement by calling agp2memcpy from for() loop?
(for mga_common.c)
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list