Searched defs:vplus (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp273 static void calcTriggsSdikaInitialization(double const M[N*N], IIRValue const uold[N][SIZE], IIRValue const uplus[SIZE], IIRValue const vplus[SIZE], IIRValue const alpha, IIRValue vold[N][SIZE]) { argument
282 // Properly takes care of the scaling coefficient alpha and vplus (which is already appropriately scaled)
286 vold[i][c] += vplus[c];

Completed in 27 milliseconds