Searched refs:mincost (Results 1 – 1 of 1) sorted by relevance
159 double mincost; in GetCostModelMinCost() local174 mincost = ZOPFLI_LARGE_FLOAT; in GetCostModelMinCost()177 if (c < mincost) { in GetCostModelMinCost()179 mincost = c; in GetCostModelMinCost()183 mincost = ZOPFLI_LARGE_FLOAT; in GetCostModelMinCost()186 if (c < mincost) { in GetCostModelMinCost()188 mincost = c; in GetCostModelMinCost()225 double mincost = GetCostModelMinCost(costmodel, costcontext); in GetBestLengths() local286 if (costs[j + k] - costs[j] <= mincost) continue; in GetBestLengths()