Function brotli::enc::backward_references::hq::UpdateNodes
source ยท fn UpdateNodes<AllocF: Allocator<floatX>>(
num_bytes: usize,
block_start: usize,
pos: usize,
ringbuffer: &[u8],
ringbuffer_mask: usize,
params: &BrotliEncoderParams,
max_backward_limit: usize,
starting_dist_cache: &[i32],
num_matches: usize,
matches: &[u64],
model: &ZopfliCostModel<AllocF>,
queue: &mut StartPosQueue,
nodes: &mut [ZopfliNode],
) -> usize