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