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