summaryrefslogtreecommitdiff
path: root/libavcodec/mdct15.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov2017-07-30
* mdct15: simplify prereindexing and forward transform postrotationRostislav Pehlivanov2017-07-25
* mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov2017-07-11
* mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov2017-06-23
* mdct15: use existing complex multiplication macrosRostislav Pehlivanov2017-04-08
* mdct15: fix left shift of a negative valueRostislav Pehlivanov2017-03-22
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-14