[MPlayer-dev-eng] TODO

Michael Niedermayer michaelni at gmx.at
Thu Feb 14 23:21:25 CET 2002


Hi

On Thursday 14 February 2002 22:48, Arpi wrote:
> 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)
oops, i totally forgot that :(
hmm, it would be a bit messy, as aclib* isnt compiled if !HAVE_MMX
so ill put the thing into fastmemcpy.h for now

[...]
Michael



More information about the MPlayer-dev-eng mailing list