Home
last modified time | relevance | path

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

/external/brotli/enc/
Dbackward_references_hq.c273 static size_t ComputeMinimumCopyLength(const float start_cost, in ComputeMinimumCopyLength() function
396 min_len = ComputeMinimumCopyLength(min_cost, nodes, num_bytes, pos); in UpdateNodes()