Searched refs:unquantizedWeights (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1258 void interpolateWeights (TexelWeightPair* dst, const deUint32* unquantizedWeights, int blockWidth, … in interpolateWeights() argument 1282 const deUint32 p00 = unquantizedWeights[(v0) * numWeightsPerTexel + texelWeightNdx]; in interpolateWeights() 1283 const deUint32 p01 = unquantizedWeights[(v0 + 1) * numWeightsPerTexel + texelWeightNdx]; in interpolateWeights() 1284 …const deUint32 p10 = unquantizedWeights[(v0 + blockMode.weightGridWidth) * numWeightsPerTexel + t… in interpolateWeights() 1285 …const deUint32 p11 = unquantizedWeights[(v0 + blockMode.weightGridWidth + 1) * numWeightsPerTexel … in interpolateWeights() 1303 deUint32 unquantizedWeights[64]; in computeTexelWeights() local 1304 unquantizeWeights(&unquantizedWeights[0], &weightGrid[0], blockMode); in computeTexelWeights() 1305 interpolateWeights(dst, &unquantizedWeights[0], blockWidth, blockHeight, blockMode); in computeTexelWeights()
|
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.cpp | 1433 int getWeight(const int* unquantizedWeights, int idx, bool dualPlane) const { in getWeight() 1440 return unquantizedWeights[effectiveIdx]; in getWeight() 1448 return unquantizedWeights[idx]; in getWeight()
|