Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c2315 static int nextStrategy(const int currentStrategy, const int bestStrategy) in nextStrategy() argument
2317 if(bestStrategy <= currentStrategy) { in nextStrategy()
2318 int candidate = 2 * bestStrategy - currentStrategy - 1; in nextStrategy()
2330 int candidate = 2 * bestStrategy - currentStrategy; in nextStrategy()
2501 { int bestStrategy = (int)winner.params.vals[strt_ind]; in optimizeForSize() local
2503 int st = bestStrategy; in optimizeForSize()
2523 bestStrategy = st; in optimizeForSize()
2525 st = nextStrategy(st, bestStrategy); in optimizeForSize()