Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1155 const int nWeights = this->numWeights(); in numWeightBits() local
1157 ((nWeights*8*fWeightTrits + 4) / 5) + in numWeightBits()
1158 ((nWeights*7*fWeightQuints + 2) / 3) + in numWeightBits()
1159 (nWeights*fWeightBits); in numWeightBits()