Skip to content
Snippets Groups Projects
Forked from Xiph.Org / rav1e
Loading
  • Josh Holmer's avatar
    2f9ef167
    Remove C dependency from transform.rs · 2f9ef167
    Josh Holmer authored and Luca Barbato's avatar Luca Barbato committed
    - Rewrite fwd transform functions from C to Rust
    - Rewrite 32x32 inv transform functions from C to Rust
    - Refactor transform.rs into smaller modules
    
    This commit temporarily removes the calls into the
    SIMD optimized functions. These will be rewritten
    into Rust and readded in an upcoming PR.
    2f9ef167
    History
    Remove C dependency from transform.rs
    Josh Holmer authored and Luca Barbato's avatar Luca Barbato committed
    - Rewrite fwd transform functions from C to Rust
    - Rewrite 32x32 inv transform functions from C to Rust
    - Refactor transform.rs into smaller modules
    
    This commit temporarily removes the calls into the
    SIMD optimized functions. These will be rewritten
    into Rust and readded in an upcoming PR.