Searched refs:bestcost (Results 1 – 2 of 2) sorted by relevance
460 double bestcost = ZOPFLI_LARGE_FLOAT; in ZopfliLZ77Optimal() local489 if (s->options->verbose_more || (s->options->verbose && cost < bestcost)) { in ZopfliLZ77Optimal()492 if (cost < bestcost) { in ZopfliLZ77Optimal()496 bestcost = cost; in ZopfliLZ77Optimal()
3500 uint64_t bestcost; in optimal_bucket_size() local3524 bestcost = UINT_MAX; in optimal_bucket_size()3592 if (cost < bestcost) in optimal_bucket_size()3594 bestcost = cost; in optimal_bucket_size()