Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
authorAlex Converse <alex.converse@gmail.com>
Fri, 30 Jan 2009 20:15:48 +0000 (20:15 +0000)
committerAlex Converse <alex.converse@gmail.com>
Fri, 30 Jan 2009 20:15:48 +0000 (20:15 +0000)
commit686025404486c751c808aa7441da19cacef637b4
treeb07c0ab6665aaf6c6c8d081c65a1b4d8832b70a4
parent9d52d54df35d43b149ed1d1607fc95948df70f8c
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.

Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
libavcodec/Makefile
libavcodec/dsputil.h
libavcodec/fft.c
libavcodec/rdft.c [new file with mode: 0644]