memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
335 stars 22 forks source link

Cleanup c2rust output in `mc.rs` #819

Closed randomPoison closed 4 months ago

randomPoison commented 7 months ago

The fallback functions in mc.rs have already been partially cleaned up, but they still make heavy use of raw pointer operations, even in places where slices could be easily used.

The following functions still need to be cleaned:

randomPoison commented 4 months ago

Finished as of https://github.com/memorysafety/rav1d/pull/1094.