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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp297 IIRValue *const tmpdata[], int const num_threads)
307 INK_UNUSED(num_threads); // to suppress unused argument compiler warning
309 #pragma omp parallel for num_threads(num_threads)
372 int const n1, int const n2, FIRValue const *const kernel, int const scr_len, int const num_threads)
377 INK_UNUSED(num_threads); // suppresses unused argument compiler warning
379 #pragma omp parallel for num_threads(num_threads) private(history)
473 IIRValue **tmpdata, int num_threads)
503 w, h, b, M, tmpdata, num_threads);
294 filter2D_IIR(PT *const dest, int const dstr1, int const dstr2, PT const *const src, int const sstr1, int const sstr2, int const n1, int const n2, IIRValue const b[N+1], double const M[N*N], IIRValue *const tmpdata[], int const num_threads) argument
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
472 gaussian_pass_IIR(Geom::Dim2 d, double deviation, cairo_surface_t *src, cairo_surface_t *dest, IIRValue **tmpdata, int num_threads) argument
517 gaussian_pass_FIR(Geom::Dim2 d, double deviation, cairo_surface_t *src, cairo_surface_t *dest, int num_threads) argument
[all...]

Completed in 1513 milliseconds