Function brotli::enc::block_splitter::RefineEntropyCodes

source ยท
fn RefineEntropyCodes<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors + Default, IntegerType: Sized + Clone>(
    data: &[IntegerType],
    length: usize,
    stride: usize,
    num_histograms: usize,
    histograms: &mut [HistogramType],
)
where u64: From<IntegerType>,