Function pred_dc

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