Searched refs:weightTot (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp190 int weightTot = 0; local
197 weightTot += weight;
207 indices[idx] = (alphaTot / weightTot) >> 5;

Completed in 65 milliseconds