Function brotli::enc::block_splitter::FindBlocks

source ยท
fn FindBlocks<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors, IntegerType: Sized + Clone>(
    data: &[IntegerType],
    length: usize,
    block_switch_bitcost: floatX,
    num_histograms: usize,
    histograms: &[HistogramType],
    insert_cost: &mut [floatX],
    cost: &mut [Mem256f],
    switch_signal: &mut [u8],
    block_id: &mut [u8],
) -> usize
where u64: From<IntegerType>,