Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abonander/stream-dct

A Rust library for allocation-limited computation of the Discrete Cosine Transform
https://github.com/abonander/stream-dct

Last synced: about 1 month ago
JSON representation

A Rust library for allocation-limited computation of the Discrete Cosine Transform

Awesome Lists containing this project

README

        

# stream-dct
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)