Searched refs:numWeights (Results 1 – 3 of 3) sorted by relevance
1211 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local1223 for (int i = 0; i < numWeights; i++) in unquantizeWeights()1235 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1257 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1261 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1265 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights()1509 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local1510 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()1515 if (numWeights > 64 || in decompressBlock()1884 const int numWeights = computeNumWeights(params); in isValidBlockParams() local[all …]
64 var numWeights = (weights && weights.length) || 0;66 verbsPtr, verbs.length, pointsPtr, pts.length, weightsPtr, numWeights);160 var numWeights = (weights && weights.length) || 0;162 weightsPtr, numWeights);
1383 if (int numWeights = src->fPathRef->countWeights()) { in addPath() local1384 memcpy(newWeights, src->fPathRef->conicWeights(), numWeights * sizeof(newWeights[0])); in addPath()