A Rust library for allocation-limited computation of the Discrete Cosine Transform.
Thanks to Emil Mikulic for the 2D Discrete Cosine Transform implementation in C, ported to Rust in DCT1D::next_dct_val
:
http://unix4lyfe.org/dct/ (Implementation: http://unix4lyfe.org/dct/listing2.c) (Accessed August 2014)