Josh Holmer
Josh Holmer
It probably makes sense to add this `std` fallback on round, so I posted #118
Likewise I fixed this PR up to use the `f**x*::round` functions, which will benefit from the patch in #118 once that's merged as well.
I'm also noticing that a few of these do have existing functions, for example `f32x4::fast_round_int` which I didn't see before because I was looking for the wrong thing probably. What...
Thanks @colbyn! I think I will go ahead and use vmaf-sys to get basic support in this crate, then Rewrite it In Rust at a later time.
I'm having some difficulties with the wrapper you created, and wondering if there's a good way to resolve this via Rust FFI. It looks like the run function takes a...
Yes, thanks! Now I just have to figure out how this read_frame thing works... :slightly_smiling_face:
I've done some work on this but none of it has been usable, but I can report the roadblocks. Where I've run into issues is that a decoder can't be...
Yes, you are correct about what I'd like to parallelize. And yes, the mutable reference to self has been an issue when I've attempted to implement it. Ideally, I'd hope...
Thanks, I'll get a release out later today.