Function brotli::enc::compress_fragment_two_pass::compress_fragment_two_pass
source ยท pub(crate) fn compress_fragment_two_pass<AllocHT: Allocator<HuffmanTree>>(
m: &mut AllocHT,
input: &[u8],
input_size: usize,
is_last: bool,
command_buf: &mut [u32],
literal_buf: &mut [u8],
table: &mut [i32],
table_size: usize,
storage_ix: &mut usize,
storage: &mut [u8],
)