aboutsummaryrefslogtreecommitdiff
path: root/common/dct.cpp
AgeCommit message (Expand)Author
2019-10-04COMMON: Add Missing Default Switch Cases in DCT ClassD G Turner
2018-08-25COMMON: Update RDFT and DCT cos/sin table constructor usageDavid Fioramonti
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2014-06-02COMMON: Use float constants in DCT code.Johannes Schickel
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-04-17COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables.D G Turner
2012-04-14COMMON: Replaced static Sine and Cosine tables with dynamic generated.D G Turner
2011-07-19COMMON: Fix some formattingMatthew Hoops
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops
2011-07-02COMMON: Add DCT math codeMatthew Hoops