Home
last modified time | relevance | path

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

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