1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.
authorLoren Merritt <lorenm@u.washington.edu>
Thu, 27 Aug 2009 13:41:11 +0000 (13:41 +0000)
committerLoren Merritt <lorenm@u.washington.edu>
Thu, 27 Aug 2009 13:41:11 +0000 (13:41 +0000)
commit2f17f9c10c5c03499daba0f8b6cb0ef36dd6f52d
treed314c9b7f40c82649d268bd646e5c2a52a67cb74
parentae9253151f076807de33ea166b244c2a97c67ea9
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.
1.3x and 3% on G4.
Though I think only part of this speedup is due to my optimizations per se;
some of it is that I got a better roll on the GCC random code generator.
Trivial reorderings of this function have a disproportionate effect on speed.

Originally committed as revision 19726 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vorbis.c