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