Skip to main content

unfilter

Function unfilter 

Source
pub(super) fn unfilter(tbpp: BytesPerPixel, previous: &[u8], current: &mut [u8])
Expand description

The x86_64 functions avoid casting between u8xN and i16xN SIMD representations when possible by maintaining [i16; BPP] arrays between iterations instead of [u8; BPP].