Home
last modified time | relevance | path

Searched refs:quantumThreshold (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/sharp/
H A Dunsharpmaskfilter.cpp95 double quantumThreshold = quantum * m_threshold; in unsharpMaskMultithreaded() local
112 if (fabs(2.0 * value) < quantumThreshold) in unsharpMaskMultithreaded()
130 if (fabs(2.0 * value) < quantumThreshold) in unsharpMaskMultithreaded()
145 if (fabs(2.0 * value) < quantumThreshold) in unsharpMaskMultithreaded()
160 if (fabs(2.0 * value) < quantumThreshold) in unsharpMaskMultithreaded()
175 if (fabs(2.0 * value) < quantumThreshold) in unsharpMaskMultithreaded()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Daccelerate-kernels-private.h2927 float quantumThreshold = QuantumRange*threshold;
2929 int4 mask = isless(fabs(2.0f*outputPixel), (float4)quantumThreshold);
3006 float quantumThreshold = QuantumRange*threshold;
3008 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Daccelerate-kernels-private.h2927 float quantumThreshold = QuantumRange*threshold;
2929 int4 mask = isless(fabs(2.0f*outputPixel), (float4)quantumThreshold);
3006 float quantumThreshold = QuantumRange*threshold;
3008 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Daccelerate-kernels-private.h3195 float quantumThreshold = QuantumRange*threshold;
3197 int4 mask = isless(fabs(2.0f*outputPixel), (float4)quantumThreshold);
3288 float quantumThreshold = QuantumRange*threshold;
3290 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Daccelerate-kernels-private.h3195 float quantumThreshold = QuantumRange*threshold;
3197 int4 mask = isless(fabs(2.0f*outputPixel), (float4)quantumThreshold);
3288 float quantumThreshold = QuantumRange*threshold;
3290 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);