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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp191 int alphaTot = 0; local
198 alphaTot += weight * getAlphaProc(src, rowBytes, x, y);
207 indices[idx] = (alphaTot / weightTot) >> 5;

Completed in 950 milliseconds