libjpeg-turbo-rs 0.3.0

Pure Rust reimplementation of libjpeg-turbo with NEON/AVX2 SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod arithmetic;
pub mod bitstream;
pub mod color;
pub mod dequant;
pub mod entropy;
pub mod huffman;
pub mod idct;
pub mod idct_scaled;
pub mod lossless;
pub mod marker;
pub mod merged_upsample;
pub mod pipeline;
pub mod progressive;
pub mod toggles;
pub mod upsample;