summaryrefslogtreecommitdiffstats
path: root/libavcodec/rdft.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8'Michael Niedermayer2014-09-051-4/+5
|\
| * rdft: Move some variables into a separate blockDiego Biurrun2014-09-051-4/+5
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-2/+2
|\ \ | |/
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-5/+5
|\ \ | |/
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-1/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-251-1/+1
* | Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-261-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* ARM: NEON optimised RDFTMåns Rullgård2010-03-231-0/+3
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-201-30/+28
* Call rdft by function pointerMåns Rullgård2010-03-201-5/+3
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-0/+1
* Give RDFT types more meaningful namesMåns Rullgård2010-03-071-5/+5
* Make some functions staticMåns Rullgård2010-03-061-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+2
* 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