Home
last modified time | relevance | path

Searched refs:starting_dist_cache (Results 1 – 1 of 1) sorted by relevance

/external/brotli/enc/
Dbackward_references_hq.c331 const int* starting_dist_cache, in ComputeDistanceCache() argument
345 dist_cache[idx] = *starting_dist_cache++; in ComputeDistanceCache()
353 const int* starting_dist_cache, const ZopfliCostModel* model, in EvaluateNode() argument
366 pos, starting_dist_cache, nodes, posdata.distance_cache); in EvaluateNode()
376 const int* starting_dist_cache, const size_t num_matches, in UpdateNodes() argument
389 EvaluateNode(block_start, pos, max_backward_limit, starting_dist_cache, model, in UpdateNodes()