Function brotli::enc::block_splitter::InitialEntropyCodes
source ยท fn InitialEntropyCodes<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors, IntegerType: Sized + Clone>(
data: &[IntegerType],
length: usize,
stride: usize,
num_histograms: usize,
histograms: &mut [HistogramType],
)