First shot at VP8 optimizations:
authorJason Garrett-Glaser <darkshikari@gmail.com>
Sun, 27 Jun 2010 02:01:45 +0000 (02:01 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 27 Jun 2010 02:01:45 +0000 (02:01 +0000)
commit0178d14fe53762e432f64353d36cc4c757fb867f
treeb861beb8c7032cb2b9ec602afb40e6289cd9ca5b
parent21f45508ba3f4744ed456c87b2d8af035b263676
First shot at VP8 optimizations:
- MMXEXT, SSE2 and SSSE3 MC functions
- MMX and SSE4 IDCT dc_add functions

Patch by Jason Garrett-Glaser <darkshikari gmail com> and myself.

Originally committed as revision 23815 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp8dsp.c
libavcodec/vp8dsp.h
libavcodec/x86/Makefile
libavcodec/x86/vp8dsp-init.c [new file with mode: 0644]
libavcodec/x86/vp8dsp.asm [new file with mode: 0644]