summaryrefslogtreecommitdiffstats
path: root/libavcodec/rdft.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-051-0/+1
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-041-2/+3
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-151-1/+5
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-151-13/+13
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-151-1/+0
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-061-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-301-0/+127
OpenPOWER on IntegriCloud