Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:diff

2997     float4 diff = srcPixel - value;
3001 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);
3002 value = select(srcPixel + diff * gain, srcPixel, mask);