Skip to content

In-place interleaving/deinterleaving #93

@Shnatsel

Description

@Shnatsel

Discussion of possible algorithmic approaches with the good stuff near the end

It can even be fully parallelized, but for the block shuffling pass it would require either a rav1d-style DisjointMut which is unsafe but maybe not in a really bad way, or something like Vec<Mutex<&mut [f32]>> while the per-block operation should be trivial to express with SIMD and a small out-of-place buffer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions