]> git.sesse.net Git - ffmpeg/commit
Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 29 Sep 2010 13:35:24 +0000 (13:35 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 29 Sep 2010 13:35:24 +0000 (13:35 +0000)
commit2c3135f6d3faf764f5df364db00da1b2d4dcb097
tree6eb7d5ef843e450efca99a00f9fd42815b571a76
parent4b81511cab1d53f7f189bcb09aac4303b20a4ce8
Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid
of the d_idx variable and therefore allows for future optimizations. No speed
difference by this commit itself.

Originally committed as revision 25253 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/h264dsp_mmx.c