Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:gamma

1718     *gamma,
1725 gamma=(double *) AcquireQuantumMemory(256,sizeof(*gamma));
1726 if (gamma == (double *) NULL)
1732 gamma[x]=0.0;
1735 gamma[x]=exp((double) beta*x*x);
1736 if (gamma[x] < MagickEpsilon)
1743 sum+=(double) histogram[u]*gamma[MagickAbsoluteValue(x-u)];
1746 gamma=(double *) RelinquishMagickMemory(gamma);