diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-07-31 23:13:15 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-07-31 23:13:15 +0000 |
commit | 6341838f3ca69c7850aa11b067165ef544cead95 (patch) | |
tree | 7914c26ff9b26b9f544024e56b5032254d27f2b9 /libavformat/oggparsedirac.c | |
parent | ace7f813cd4b2bc092bd827f7e8257368781e9bb (diff) | |
download | ffmpeg-6341838f3ca69c7850aa11b067165ef544cead95.tar.gz |
Use word-writing instead of dword-writing (with two cached but otherwise
unchanged bytes) in the horizontal simple loopfilter. This makes the filter
quite a bit faster in itself (~30 cycles less on Core1), probably mostly
because we don't need a complex 4x4 transpose, but only a simple byte
interleave. Also allows using pextrw on SSE4, which speeds up even more
(e.g. 25% faster on Core i7).
Originally committed as revision 24638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparsedirac.c')
0 files changed, 0 insertions, 0 deletions