Function brotli::enc::brotli_bit_stream::BrotliStoreMetaBlockFast
source ยท pub fn BrotliStoreMetaBlockFast<Cb, Alloc: BrotliAlloc>(
m: &mut Alloc,
input: &[u8],
start_pos: usize,
length: usize,
mask: usize,
is_last: i32,
params: &BrotliEncoderParams,
dist_cache: &[i32; 4],
commands: &[Command],
n_commands: usize,
recoder_state: &mut RecoderState,
storage_ix: &mut usize,
storage: &mut [u8],
cb: &mut Cb,
)where
Cb: FnMut(&mut PredictionModeContextMap<InputReferenceMut<'_>>, &mut [StaticCommand], InputPair<'_>, &mut Alloc),