Searched defs:pointsWeights (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Ddds.c1006 pointsWeights[16],
1054 ConstructOrdering(count,points,principle,pointsWeights,&xSumwSum,order,0);
1077 VectorAdd(pointsWeights[ii],part0,&part0);
1084 VectorCopy44(pointsWeights[0],&part2);
1186 VectorAdd(pointsWeights[k],part2,&part2);
1193 VectorAdd(pointsWeights[j],part1,&part1);
1206 if (ConstructOrdering(count,points,axis,pointsWeights,&xSumwSum,order,
1490 const DDSVector4 *points, const DDSVector3 axis, DDSVector4 *pointsWeights,
1568 VectorCopy44(v,&pointsWeights[i]);
1004 pointsWeights[16], local
1487 ConstructOrdering(const size_t count, const DDSVector4 *points, const DDSVector3 axis, DDSVector4 *pointsWeights, DDSVector4 *xSumwSum, unsigned char *order, size_t iteration) argument

Completed in 95 milliseconds