Home
last modified time | relevance | path

Searched refs:smooth2 (Results 1 – 25 of 61) sorted by path

123

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dtest_dsmooth.c47 float* smooth2; in test_dsmooth_vs_dsmooth2() local
66 smooth2 = calloc(bites, 1); in test_dsmooth_vs_dsmooth2()
71 dsmooth2(img, nx, ny, sigma, smooth2); in test_dsmooth_vs_dsmooth2()
76 CuAssertIntEquals(tc, 0, compare_images(smooth1, smooth2, nx, ny, eps)); in test_dsmooth_vs_dsmooth2()
81 free(smooth2); in test_dsmooth_vs_dsmooth2()
88 float* smooth2; in test_dsmooth2_inplace() local
102 smooth2 = calloc(bites, 1); in test_dsmooth2_inplace()
104 dsmooth2(img, nx, ny, sigma, smooth2); in test_dsmooth2_inplace()
111 CuAssertIntEquals(tc, 0, compare_images(smooth1, smooth2, nx, ny, eps)); in test_dsmooth2_inplace()
115 free(smooth2); in test_dsmooth2_inplace()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A Dpolygon.cpp1085 void ConstPolygonRef::smooth2(int remove_length, PolygonRef result) const in smooth2() function in cura::ConstPolygonRef
1113 Polygons Polygons::smooth2(int remove_length, int min_area) const in smooth2() function in cura::Polygons
1134 poly.smooth2(remove_length, ret.newPoly()); in smooth2()
H A Dpolygon.h275 void smooth2(int remove_length, PolygonRef result) const;
889 …Polygons smooth2(int remove_length, int min_area) const; //!< removes points connected to small li…
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmsgamma.c1009 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], cmsFloat32Number … in smooth2() function
1092 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
/dports/games/blockout/BL_SRC/BlockOut/
H A DBotPlayerAI.cpp387 float smooth2 = Smoothness2(); // How smooth is the pitch (sqr)
392 float note = -27.0f*thick-75.0f*nbHole1-3.0f*smooth2+17.0f*edgel; //3DMANIA
398 thick,edgel,smooth2,nbHole1,note);
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmsgamma.c1132 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], in smooth2() function
1229 if (smooth2(ContextID, w, y, z, (cmsFloat32Number)lambda, (int)nItems)) in cmsSmoothToneCurve()
/dports/graphics/lcms/lcms-1.19/src/
H A Dcmsgamma.c475 void smooth2(vec w, vec y, vec z, float lambda, int m) in smooth2() function
536 smooth2(w, y, z, (float) lambda, nItems); in cmsSmoothGamma()
738 smooth2(w, y, z, (float) lambda, nItems); in cmsSmoothSampledCurve()
925 smooth2(w, y, z, (float) nEntries, nEntries); in _cmsSmoothEndpoints()
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmsgamma.c1132 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], in smooth2() function
1229 if (smooth2(ContextID, w, y, z, (cmsFloat32Number)lambda, (int)nItems)) in cmsSmoothToneCurve()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmsgamma.c1095 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], in smooth2() function
1183 if (smooth2(ContextID, w, y, z, (cmsFloat32Number)lambda, (int)nItems)) in cmsSmoothToneCurve()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmsgamma.c986 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], cmsFloat32Number … in smooth2() function
1069 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmsgamma.c880 cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], cmsFloat32Number … in smooth2() function
963 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dnonlineardiffusion.hxx329 BasicImage<TmpType> smooth2(size); in nonlinearDiffusion() local
334 s2 = smooth2.upperLeft(); in nonlinearDiffusion()
583 BasicImage<TmpType> smooth2(size); in nonlinearDiffusionExplicit() local
588 s2 = smooth2.upperLeft(); in nonlinearDiffusionExplicit()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dedit.c1757 char smooth[5], smooth2[5]; member
1840 smooth2 = paspi->smooth2;
1865 smooth2[1] = TRUE;
1891 smooth2[1] = TRUE;
1915 smooth2[1] = TRUE;
2047 char *smooth=paspi->smooth, *smooth2=paspi->smooth2; local
2209 char *smooth=paspi->smooth, *smooth2=paspi->smooth2; local
2222 smooth2[1] = TRUE;
2227 smooth2[2] = TRUE;
2286 smooth2[1] = TRUE;
[all …]
H A Dmove.c2020 psssi->smooth, psssi->num_vs2, psssi->smooth2); in PrepareToMoveVs()
2029 &psssi->sn2, psssi->smooth2, drawOrigX, drawOrigY, in PrepareToMoveVs()
2077 psssi->smooth2);
2087 &psssi->sn2, psssi->smooth2, drawOrigX, drawOrigY,
H A Dpoly.c2978 void FinishCutPoly(obj_ptr1, poly_ptr1, vs1, smooth1, vs2, smooth2, in FinishCutPoly() argument
2983 char *smooth1, *smooth2;
3028 poly_ptr2->smooth = smooth2;
3096 char *smooth1=NULL, *smooth2=NULL; local
3145 smooth2 = (char*)malloc((n2+1)*sizeof(char));
3146 if (smooth1==NULL || smooth2==NULL) FailAllocMessage();
3172 if (smooth2 != NULL) {
3173 smooth2[i-index] = poly_ptr->smooth[i];
3176 if (smooth2 != NULL) smooth2[0] = smooth2[n-1-index] = FALSE;
3180 FinishCutPoly(obj_ptr, poly_ptr, vs1, smooth1, vs2, smooth2, n1, n2);
H A Dstretch.c1289 smooth2) in FixUpSmoothAndSmooth2ForStretchStructSpline() argument
1291 char *smooth, *smooth2;
1299 smooth2[0] = FALSE;
1300 smooth2[num_vs2-1] = FALSE;
1301 for (i=1; i < num_vs2-1; i++) smooth2[i] = TRUE;
1799 char smooth[5], smooth2[5]; local
1853 smooth2);
1860 sv2 = MakeMultiSplinePolyVertex(LT_STRUCT_SPLINE, &sn2, smooth2,
1941 smooth2);
1949 sv2 = MakeMultiSplinePolyVertex(LT_STRUCT_SPLINE, &sn2, smooth2,
H A Dstretch.e62 char *smooth2));
H A Dtypes.h355 char smooth[5], smooth2[5]; member
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dnonlineardiffusion.hxx353 BasicImage<TmpType> smooth2(size); in doxygen_overloaded_function() local
358 s2 = smooth2.upperLeft(); in doxygen_overloaded_function()
629 BasicImage<TmpType> smooth2(size); in doxygen_overloaded_function() local
634 s2 = smooth2.upperLeft(); in doxygen_overloaded_function()
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/lib/
H A Darraytypes.py2024 smooth2 = filters.explictKernel(-1, 0, numpy.array([0.5, 0.5]));
2027 filters.convolve(src[:,:s[1]], (smooth1, smooth2), out=dest[::2,1::2])
2028 filters.convolve(src[:s[0],:], (smooth2, smooth1), out=dest[1::2,::2])
2029 filters.convolve(src[:s[0],:s[1]], (smooth2, smooth2), out=dest[1::2,1::2])
2111 smooth2 = filters.explictKernel(-1, 0, numpy.array([0.5, 0.5]));
/dports/graphics/wdune/wdune-1.926/packager/debian/
H A Dcopyright1009 docs/usage_docs/smooth2.jpg
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/shaders/
H A Dnoise_ext.fs273 vec2 smooth2(vec2 uv) {
283 l.zw = smooth2(l.zw);
H A Dvoronoi.fs50 vec2 smooth2(vec2 uv) {
70 l.zw = smooth2(l.zw);
/dports/graphics/xaos/XaoS-release-4.2.1/catalogs/
H A Dcs.cat709 smooth2 "Funguje také
H A Dde.cat784 smooth2 "Er benötigt außerdem einen Truecolor-,

123