Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1092 int fWeightQuints; // the number of quints used for each weight value member
1142 SkASSERT(0 == fWeightQuints); in maxWeightValue()
1144 } else if (fWeightQuints > 0) { in maxWeightValue()
1158 ((nWeights*7*fWeightQuints + 2) / 3) + in numWeightBits()
1341 SkASSERT(0 == fWeightQuints); in unquantizeWeight()
1380 } else if (fWeightQuints > 0) { in unquantizeWeight()
1413 SkASSERT(0 == fWeightQuints); in unquantizeWeight()
1904 fWeightQuints = kBitAllocationTable[highPrecision][R - 2][2]; in decodeBlockMode()
1952 data.fWeightBits, data.fWeightTrits, data.fWeightQuints); in decompress_astc_block()