Optimize decoding high freqs.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 11 May 2010 21:10:55 +0000 (21:10 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 11 May 2010 21:10:55 +0000 (21:10 +0000)
commit0c0d88aed570983665c022706583724eebfea3a6
tree8c6e7524eeabf42af1d903b0d765a11aadab9751
parentfd9451c68fa59ecc1cddc2f2faaedfa7675218ad
Optimize decoding high freqs.
this is 10-20cpu cycles faster on duron (whole is about 50-60 cpu cylses)
I wonder why gcc isnt doing this on its own ...

Originally committed as revision 23097 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c