Ronald S. Bultje 7c4dcf8165 Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but
we apply them as 16x8/8x16/8x8 subblocks where possible. Since this allows
us to use width=8/16 instead of width=4 MC functions, we can now take more
advantage of SSE2/SSSE3 optimizations, leading to a total speedup for splitMV
filter of about 10%.

Originally committed as revision 23853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-28 13:50:55 +00:00
2010-06-21 22:54:53 +00:00
2010-06-28 11:35:18 +00:00
2010-06-24 22:13:52 +00:00
2010-05-07 12:42:26 +00:00
2010-06-26 20:28:40 +00:00
2010-03-08 05:04:29 +00:00
2010-06-26 22:23:35 +00:00
2010-05-27 00:31:45 +00:00
2010-06-27 14:16:46 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%