Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddistort.c1124 nterms; /* number of polynomial terms per number_values */ in GenerateCoefficients() local
1135 nterms = (size_t) coeff[1]; in GenerateCoefficients()
1138 matrix=AcquireMagickMatrix(nterms,nterms); in GenerateCoefficients()
1141 terms=(double *) AcquireQuantumMemory(nterms,sizeof(*terms)); in GenerateCoefficients()
1145 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
1156 vectors[i] = &(coeff[2+i*nterms]); in GenerateCoefficients()
1159 for (j=0; j < (ssize_t) nterms; j++) in GenerateCoefficients()
1162 &(arguments[i+cp_values]),nterms,number_values); in GenerateCoefficients()
1166 status=GaussJordanElimination(matrix,vectors,nterms,number_values); in GenerateCoefficients()
1167 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
[all …]