Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c1365 const unsigned int starIntensity[5][5] = { in JE_superPixel() local
1403 else if (*s + starIntensity[y][x] > 255) in JE_superPixel()
1409 *s += starIntensity[y][x]; in JE_superPixel()