Function png_filters::sse2::recon_average_top

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

Like recon_average_top_fallback, but specialized to sse2.

§Safety

  • The sse2 CPU feature must be available at runtime.