]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 4 Nov 2009 17:30:23 +0000 (17:30 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 4 Nov 2009 17:30:23 +0000 (17:30 +0000)
commitf59710e160df1f9bc4876db32f1ff28a091647e2
tree70ac7b7e708d3cbeb54f8297f453bd695b035499
parentbc62a6476d6350ae21fb7f93349666b73ba1eb61
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20449 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/dsputil.h
libavcodec/fft.c
libavcodec/rdft.c