Home
last modified time | relevance | path

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

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