Function brotli::enc::brotli_bit_stream::BrotliStoreMetaBlockFast [] [src]

pub fn BrotliStoreMetaBlockFast<AllocHT: Allocator<HuffmanTree>>(
    m: &mut AllocHT,
    input: &[u8],
    start_pos: usize,
    length: usize,
    mask: usize,
    is_last: i32,
    commands: &[Command],
    n_commands: usize,
    storage_ix: &mut usize,
    storage: &mut [u8]
)