Searched refs:min_cost (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h109 double min_cost = 1e99; local in function:FN
115 if (cost[k] < min_cost) {
116 min_cost = cost[k];
125 cost[k] -= min_cost;
H A Dbackward_references_hq.c307 float min_cost = start_cost; local in function:ComputeMinimumCopyLength
311 while (pos + len <= num_bytes && nodes[pos + len].u.cost <= min_cost) {
319 min_cost += 1.0f;
428 float min_cost = (posdata->cost + ZopfliCostModelGetMinCostCmd(model) + local in function:UpdateNodes
430 min_len = ComputeMinimumCopyLength(min_cost, nodes, num_bytes, pos);

Completed in 4 milliseconds