aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tx_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu/x86: add FFT assemblyLynne2021-04-241-0/+2
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-241-1/+4
* lavu/tx: add parity revtab generator versionLynne2021-04-241-0/+31
* lavu/tx: add full-sized iMDCT transform flagLynne2021-04-241-0/+4
* lavu/tx: refactor power-of-two FFTLynne2021-04-241-1/+1
* lavu/tx: minor code style improvements and additional commentsLynne2021-04-241-27/+30
* lavu/tx: invert permutation lookupsLynne2021-02-271-1/+1
* lavu/tx: support in-place FFT transformsLynne2021-02-211-3/+6
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-131-0/+3
* lavu/tx: clip when converting table values to fixed-pointLynne2021-01-091-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* lavu/tx: improve 3-point fixed precisionLynne2020-02-141-4/+0
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-131-4/+57
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-021-0/+105