Add support for hard-coded MDCT-related ff_sine_windows tables.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 9 Jan 2010 13:28:04 +0000 (13:28 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 9 Jan 2010 13:28:04 +0000 (13:28 +0000)
commit14b8607065ff7204cff29b108e42fd930a52a5ed
treeeb04acb8a0efea46d50055f7af472d9597ab37c8
parentb090930d432957a06f78701212b3024f93958f17
Add support for hard-coded MDCT-related ff_sine_windows tables.

Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 files changed:
libavcodec/Makefile
libavcodec/aac.c
libavcodec/aacenc.c
libavcodec/atrac1.c
libavcodec/dsputil.h
libavcodec/mdct.c
libavcodec/mdct_tablegen.c [new file with mode: 0644]
libavcodec/mdct_tablegen.h [new file with mode: 0644]
libavcodec/nellymoserdec.c
libavcodec/tableprint.c
libavcodec/tableprint.h
libavcodec/twinvq.c
libavcodec/wma.c
libavcodec/wmaprodec.c