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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp605 int y_step = 1 << _effect_subsample_step_log2(deviation_y_orig, quality); local
606 bool resampling = x_step > 1 || y_step > 1;
610 int h_downsampled = resampling ? static_cast<int>(ceil(static_cast<double>(h_orig)/y_step))+1 : h_orig;
612 double deviation_y = deviation_y_orig / y_step;

Completed in 31 milliseconds