Function exr::compression::optimize_bytes::separate_bytes_fragments
source ยท pub fn separate_bytes_fragments(source: &mut [u8])
Expand description
Separate the bytes such that the second half contains every other byte. This performs deinterleaving - the inverse of interleaving.