brotli::enc::backward_references::hq

Function ComputeDistanceCache

source
fn ComputeDistanceCache(
    pos: usize,
    starting_dist_cache: &[i32],
    nodes: &[ZopfliNode],
    dist_cache: &mut [i32],
)