OSDN Git Service

Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 4 Nov 2009 17:30:23 +0000 (17:30 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 4 Nov 2009 17:30:23 +0000 (17:30 +0000)
commit223217746c5beaa6110ce9ade2a582fc10d3d630
treeefe7304981746185c85f16c977cca8691f381e74
parent981b8fd777f8ea273c53a055cbbb45ad9fe872aa
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
While this "wastes" up to 2x32 bytes it makes the code slightly simpler and
less confusing.

Originally committed as revision 20449 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
libavcodec/fft.c
libavcodec/rdft.c