Function cdf_to_pdf

Source
pub(crate) fn cdf_to_pdf<const CDF_LEN: usize>(
    cdf: &[u16; CDF_LEN],
) -> [u16; CDF_LEN]