Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:srcVal

1936         float srcVal = dot(RGB, convert_float4(pixel));
1937 float mult = (srcVal - (sum / ((radius + 1) * (radius + 1)))) * (strength / 100.0f);
1938 mult = (srcVal + mult) / srcVal;