Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.c8430 double *gaussW = gd->gaussX, *gaussN = gd->gaussY; in dog_filter() local
8440 vert_gauss(chan, wid, mem_height, i, tmp2, gaussN, lenN, gcor); in dog_filter()
8452 sum = tmp1[j] * gaussW[0] - tmp2[j] * gaussN[0]; in dog_filter()
8453 sum1 = tmp1[j + 1] * gaussW[0] - tmp2[j + 1] * gaussN[0]; in dog_filter()
8454 sum2 = tmp1[j + 2] * gaussW[0] - tmp2[j + 2] * gaussN[0]; in dog_filter()
8467 double gv = gaussN[k]; in dog_filter()
8509 sum = tmp1[j] * gaussW[0] - tmp2[j] * gaussN[0]; in dog_filter()
8516 sum -= (tmp2[j - k] + tmp2[j + k]) * gaussN[k]; in dog_filter()