OSDN Git Service

Add x264 SSE2 iDCT functions to H.264 decoder.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Sat, 3 Jan 2009 00:46:17 +0000 (00:46 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Sat, 3 Jan 2009 00:46:17 +0000 (00:46 +0000)
commit37fed100873707b070ba692a0b46e545a08e53c1
tree0b2423fd5120162dbe51d580b4a2a6ae8a30ff14
parentc96da3edc3aba4dbf1e24c8fb8cc3abadd15257c
Add x264 SSE2 iDCT functions to H.264 decoder.

Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/h264_idct_sse2.asm [new file with mode: 0755]
libavcodec/x86/h264dsp_mmx.c
libavcodec/x86/x86util.asm [new file with mode: 0644]