Home
last modified time | relevance | path

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

/dports/graphics/libpano13/libpano13-2.9.20/
H A DZComb.c173 #define KERNELSPARSENESS 1 // make larger than 1 to run faster but more approximate in ZCombEstimateFocus() macro
192 for (kr = row-khw; kr <= row+khw; kr+=KERNELSPARSENESS) { in ZCombEstimateFocus()
193 for (kc = col-khw; kc <= col+khw; kc+=KERNELSPARSENESS) { in ZCombEstimateFocus()