1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Loren Merritt 1edbfe1994 factor sum_abs_dctelem out of dct_sad, and simd it.
sum_abs_dctelem_* alone:
core2: c=186 mmx2=39 sse2=21 ssse3=13 (cycles)
k8: c=163 mmx2=33 sse2=31
p4: c=370 mmx2=60 sse2=60
 dct_sad including sum_abs_dctelem_*:
core2: c=405 mmx2=258 sse2=240 ssse3=232
k8: c=624 mmx2=394 sse2=392
p4: c=849 mmx2=556 sse2=556

Originally committed as revision 9001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-12 02:41:25 +00:00
2007-05-11 19:07:40 +00:00
2007-05-10 18:28:44 +00:00
2007-04-07 14:09:20 +00:00
2007-05-11 10:15:12 +00:00
2007-03-30 09:43:39 +00:00
2007-04-20 23:59:22 +00:00
2007-02-27 16:05:19 +00:00
2007-05-08 11:03:00 +00:00
2007-02-24 10:53:10 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%