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