diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2014-06-28 11:05:52 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-28 17:06:47 +0200 |
commit | faa1471ffcc1bbffe3a9d3d1f4b5fe3adbef647a (patch) | |
tree | ea7e57f6e4252876e391f409b1cb9f7efad32e1d /doc/libavfilter.texi | |
parent | a348f4befe23ada291a1982de23ed7d828bdaf0c (diff) | |
download | ffmpeg-faa1471ffcc1bbffe3a9d3d1f4b5fe3adbef647a.tar.gz |
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Linear interpolation goes from 63 (llvm) or 58 (gcc) to 48 (yasm)
cycles/sample on 64bit, or from 66 (llvm/gcc) to 52 (yasm) cycles/
sample on 32bit. Bon-linear goes from 43 (llvm) or 38 (gcc) to
32 (yasm) cycles/sample on 64bit, or from 46 (llvm) or 44 (gcc) to
38 (yasm) cycles/sample on 32bit (all testing on OSX 10.9.2, llvm
5.1 and gcc 4.8/9).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/libavfilter.texi')
0 files changed, 0 insertions, 0 deletions