Home
last modified time | relevance | path

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

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dpsearch.c437 int const maxBoundX = MIN(maxMX, centerP->x + spacing + 1); in findBestSpaced() local
444 for (mx = minBoundX; mx < maxBoundX; mx += spacing) { in findBestSpaced()