Function sort_and_quantize_widths

Source
pub(crate) fn sort_and_quantize_widths(
    widths: &mut SmallVec<i32, MAX_WIDTHS>,
    threshold: i32,
)