aboutsummaryrefslogtreecommitdiff
path: root/common/dct.cpp
AgeCommit message (Expand)Author
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