summaryrefslogtreecommitdiff
path: root/libavcodec/mdct15.c
Commit message (Expand)AuthorAge
* 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