Searched refs:stepsize_l2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp190 int stepsize_l2; local
196 stepsize_l2 = clip(static_cast<int>(log(deviation*(3./2.))/log(2.)), 0, 12);
202 stepsize_l2 = clip(static_cast<int>(log(deviation*(3./4.))/log(2.)), 0, 12);
208 stepsize_l2 = clip(static_cast<int>(log(deviation*(3./16.))/log(2.)), 0, 12);
211 stepsize_l2 = 0; // no subsampling at all
218 stepsize_l2 = clip(static_cast<int>(log(deviation*(3./8.))/log(2.)), 0, 12);
221 return stepsize_l2;

Completed in 21 milliseconds