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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp148 int const scr_len = _effect_area_scr(deviation); local
149 g_assert(scr_len >= 0);
151 double k[scr_len+1]; // This is only called for small kernel sizes (above approximately 10 coefficients the IIR filter is used)
156 for ( int i = scr_len; i >= 0 ; i-- ) {
166 for ( int i = scr_len; i >= 1 ; i-- ) {
367 // Kernel should have scr_len+1 elements
372 int const n1, int const n2, FIRValue const *const kernel, int const scr_len, int const num_threads)
375 PT history[scr_len+1][PC];
393 for(int i=0; i<scr_len; i++) copy_n(imin, PC, history[i]);
401 for(int i=scr_len;
370 filter2D_FIR(PT *const dst, int const dstr1, int const dstr2, PT const *const src, int const sstr1, int const sstr2, int const n1, int const n2, FIRValue const *const kernel, int const scr_len, int const num_threads) argument
520 int scr_len = _effect_area_scr(deviation); local
[all...]

Completed in 15 milliseconds