aboutsummaryrefslogtreecommitdiff
path: root/common/rdft.cpp
AgeCommit message (Collapse)Author
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops
Access is now restricted to using the getSineTable()/getCosineTable() helper functions.
2011-07-02COMMON: Add RDFT math codeMatthew Hoops
Based on eos' code which is based on FFmpeg's code