x86: remove libmpeg2 mmx(ext) idct functions
authorMans Rullgard <mans@mansr.com>
Wed, 1 Aug 2012 12:16:23 +0000 (13:16 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 2 Aug 2012 11:14:52 +0000 (12:14 +0100)
commitec7c501ed5ba14467d05b3def76c57b780bb7a12
tree226897f9edfc623e86e408352376bfe52413feb5
parenta675d73d574a2b7693aba62285b355fa216c674b
x86: remove libmpeg2 mmx(ext) idct functions

These functions are not faster than other mmx implementations on
any hardware I have been able to test on, and they are horribly
inaccurate.  There is thus no reason to ever use them.

Signed-off-by: Mans Rullgard <mans@mansr.com>
LICENSE
libavcodec/dct-test.c
libavcodec/options_table.h
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/idct_mmx.c [deleted file]