pub(crate) fn pred_paeth<T: Pixel>( output: &mut PlaneRegionMut<'_, T>, above: &[T], left: &[T], above_left: T, width: usize, height: usize, )