Searched refs:pointsWeights (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | dds.c | 1014 pointsWeights[16], in CompressClusterFit() local 1062 ConstructOrdering(count,points,principle,pointsWeights,&xSumwSum,order,0); in CompressClusterFit() 1085 VectorAdd(pointsWeights[ii],part0,&part0); in CompressClusterFit() 1092 VectorCopy44(pointsWeights[0],&part2); in CompressClusterFit() 1194 VectorAdd(pointsWeights[k],part2,&part2); in CompressClusterFit() 1201 VectorAdd(pointsWeights[j],part1,&part1); in CompressClusterFit() 1214 if (ConstructOrdering(count,points,axis,pointsWeights,&xSumwSum,order, in CompressClusterFit() 1498 const DDSVector4 *points, const DDSVector3 axis, DDSVector4 *pointsWeights, in ConstructOrdering() argument 1576 VectorCopy44(v,&pointsWeights[i]); in ConstructOrdering()
|