Function png_filters::sse2::recon_paeth

source ·
pub unsafe fn recon_paeth<const BYTES_PER_PIXEL: usize>(
    filtered_row: &mut [u8],
    previous_row: &[u8]
)
Available with target feature sse2 only.
Expand description

Like recon_paeth_fallback, but specialized to sse2.

Safety

  • The sse2 CPU feature must be available at runtime.