Function brotli::enc::block_splitter::ClusterBlocks

source ยท
fn ClusterBlocks<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors + Default + Clone, Alloc: Allocator<u8> + Allocator<u32> + Allocator<HistogramType> + Allocator<HistogramPair>, IntegerType: Sized + Clone>(
    alloc: &mut Alloc,
    data: &[IntegerType],
    length: usize,
    num_blocks: usize,
    scratch_space: &mut HistogramType::i32vec,
    block_ids: &mut [u8],
    split: &mut BlockSplit<Alloc>,
)
where u64: From<IntegerType>,