Function brotli::enc::compress_fragment::BuildAndStoreLiteralPrefixCode

source ยท
fn BuildAndStoreLiteralPrefixCode<AllocHT: Allocator<HuffmanTree>>(
    mht: &mut AllocHT,
    input: &[u8],
    input_size: usize,
    depths: &mut [u8],
    bits: &mut [u16],
    storage_ix: &mut usize,
    storage: &mut [u8],
) -> usize