2 unstable releases
Uses old Rust 2015
0.1.0 | Jun 16, 2015 |
---|---|
0.0.1-test | Jun 16, 2015 |
#3 in #cosine
23 downloads per month
Used in waveform_space
6KB
93 lines
A Rust library for allocation-limited computation of the Discrete Cosine Transform.
1D DCTs are allocation-free but 2D requires allocation.
Features:
simd
: use SIMD types to speed computation (2D DCT only)cos-approx
: use a Taylor series approximation of cosine instead of the stdlib implementation (which is usually much slower but also higher precision)
Dependencies
~0–660KB