Searched refs:mincost (Results 1 – 3 of 3) 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()
6 0x02 mincost
730 costdata mincost; in SR_GrammarAllowOnly() local738 mincost = DISABLEcostdata; in SR_GrammarAllowOnly()742 if (arc->cost < mincost) mincost = arc->cost; in SR_GrammarAllowOnly()744 if (mincost >= DISABLEcostdata) in SR_GrammarAllowOnly()