[MPlayer-dev-eng] awk...
Nick Kurshev
nickols_k at mail.ru
Sun Jan 13 15:57:52 CET 2002
Hello, Michael!
On Sun, 13 Jan 2002 14:34:30 +0100 you wrote:
> Hi
>
> On Sunday 13 January 2002 10:29, Nick Kurshev wrote:
> [...]
> > > Btw, do you plan to work on liba52 3dnow stuff, or not?
> >
> > AFAIK, Michael have imported or optimized stuff from libac3 to liba52 - or
> > I'm wrong?
> yes
> but
> 1. 3dnowex is not used with runtime cpu detection (imho its not worth the
> mess it would create ...)
> 2. downmix.c is SSE only at the moment, but it should be pretty easy to
> optimize in 3dnow it contains only simple functions like:
> static void mix2to1 (sample_t * dest, sample_t * src, sample_t bias)
> {
> int i;
>
> for (i = 0; i < 256; i++)
> dest[i] += src[i] + bias;
> }
>
Let it be my TODO ;)
> [...]
>
> Michael
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
Best regards! Nick
More information about the MPlayer-dev-eng
mailing list