Lines Matching refs:dims
1131 * Stage 1 of the color signature work. 'dims' will be either
1139 const unsigned int dims)
1142 unsigned int currentDim = recursionDepth % dims;
1193 recursionDepth + 1, clusterCount, dims);
1195 recursionDepth + 1, clusterCount, dims);
1229 const unsigned int dims)
1231 unsigned int currentDim = recursionDepth % dims;
1282 recursionDepth + 1, clusterCount, threshold, dims);
1284 recursionDepth + 1, clusterCount, threshold, dims);
1316 const unsigned int dims)
1337 colorSignatureStage1(input, 0, length, 0, &stage1length, dims);
1340 colorSignatureStage2(input, 0, stage1length, 0, &stage2length, length * 0.001, dims);