Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddistort.c1039 nterms; /* number of polynomial terms per number_values */ in GenerateCoefficients() local
1050 nterms = (size_t) coeff[1]; in GenerateCoefficients()
1053 matrix = AcquireMagickMatrix(nterms,nterms); in GenerateCoefficients()
1055 terms = (double *) AcquireQuantumMemory(nterms, sizeof(*terms)); in GenerateCoefficients()
1060 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
1071 vectors[i] = &(coeff[2+i*nterms]); in GenerateCoefficients()
1074 for (j=0; j < (ssize_t) nterms; j++) in GenerateCoefficients()
1077 &(arguments[i+cp_values]),nterms,number_values); in GenerateCoefficients()
1081 status=GaussJordanElimination(matrix,vectors,nterms,number_values); in GenerateCoefficients()
1082 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
[all …]