Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abonander/stream-dct
- Owner: abonander
- License: mit
- Created: 2015-06-15T18:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T01:25:09.000Z (over 9 years ago)
- Last Synced: 2024-10-14T09:15:39.271Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)