- 03 Aug, 2010 4 commits
-
-
Jason Garrett-Glaser authored
Originally committed as revision 24687 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
~34% faster partition type decoding. Originally committed as revision 24681 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Much faster splitmv mode decoding. Originally committed as revision 24680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
~50% faster MB mode decoding, plus eliminate a costly switch. Originally committed as revision 24679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Aug, 2010 2 commits
-
-
Jason Garrett-Glaser authored
Originally committed as revision 24671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
~1.5% faster decode_block_coeffs Originally committed as revision 24659 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jul, 2010 2 commits
-
-
David Conrad authored
Much faster read_mv_component, slightly faster overall Originally committed as revision 24470 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
on the huffman tree, instead of traversing the tree in a while loop. Based on the similar optimization in libvpx's detokenize.c 10% faster at normal bitrates, and 30% faster for high-bitrate intra-only Originally committed as revision 24468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Originally committed as revision 24441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jun, 2010 2 commits
-
-
Ronald S. Bultje authored
16 subblocks (since we no longer need that), which should also lead to a minor speedup. Originally committed as revision 23854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
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
-
- 23 Jun, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 23738 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2010 1 commit
-
-
David Conrad authored
Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23719 to svn://svn.ffmpeg.org/ffmpeg/trunk
-