Function qoi::decode::decode_impl_slice_all

source ยท
fn decode_impl_slice_all(
    data: &[u8],
    out: &mut [u8],
    channels: u8,
    src_channels: u8,
) -> Result<usize>