aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/roqaudioenc.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-07-31 23:13:15 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-07-31 23:13:15 +0000
commit6341838f3ca69c7850aa11b067165ef544cead95 (patch)
tree7914c26ff9b26b9f544024e56b5032254d27f2b9 /libavcodec/roqaudioenc.c
parentace7f813cd4b2bc092bd827f7e8257368781e9bb (diff)
downloadffmpeg-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 'libavcodec/roqaudioenc.c')
0 files changed, 0 insertions, 0 deletions