diff wmadec.c @ 3555:5ea82888103e libavcodec

3dnow2 implementation of imdct. 6% faster vorbis and wma.
author lorenm
date Tue, 08 Aug 2006 04:01:04 +0000
parents c43fcf831f7c
children 6a358dccf2ab
line wrap: on
line diff
--- a/wmadec.c	Sun Aug 06 23:15:32 2006 +0000
+++ b/wmadec.c	Tue Aug 08 04:01:04 2006 +0000
@@ -1113,7 +1113,7 @@
 
             n = s->block_len;
             n4 = s->block_len / 2;
-            ff_imdct_calc(&s->mdct_ctx[bsize],
+            s->mdct_ctx[bsize].fft.imdct_calc(&s->mdct_ctx[bsize],
                           output, s->coefs[ch], s->mdct_tmp);
 
             /* XXX: optimize all that by build the window and