we always compute the inverse mdct, so get rid of the inverse bit.
[paraslash.git] / imdct.c
2009-11-18 Andre Nollwe always compute the inverse mdct, so get rid of the...
2009-11-18 Andre Nollsimplify definition of sqrthalf and capitalize it.
2009-11-18 Andre Nollmove sine window stuff from imdct.c to wmadec_filter.c.
2009-11-18 Andre Nollremove unused field tmp_buf of struct fft_context.
2009-11-18 Andre Nollremove unused exptab1 of struct fft_context.
2009-11-18 Andre Nollsimplify fft_init() due to split_radix is always 1.
2009-11-18 Andre Nolltrivial mdct cleanups
2009-11-18 Andre NollRename mdcdt.c and mdcdt.h.