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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp604 int x_step = 1 << _effect_subsample_step_log2(deviation_x_orig, quality); local
606 bool resampling = x_step > 1 || y_step > 1;
609 int w_downsampled = resampling ? static_cast<int>(ceil(static_cast<double>(w_orig)/x_step))+1 : w_orig;
611 double deviation_x = deviation_x_orig / x_step;

Completed in 14 milliseconds