Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1091 int fWeightTrits; // the number of trits used for each weight value member
1141 if (fWeightTrits > 0) { in maxWeightValue()
1145 SkASSERT(0 == fWeightTrits); in maxWeightValue()
1157 ((nWeights*8*fWeightTrits + 4) / 5) + in numWeightBits()
1340 if (fWeightTrits > 0) { in unquantizeWeight()
1381 SkASSERT(0 == fWeightTrits); in unquantizeWeight()
1412 SkASSERT(0 == fWeightTrits); in unquantizeWeight()
1903 fWeightTrits = kBitAllocationTable[highPrecision][R - 2][1]; in decodeBlockMode()
1952 data.fWeightBits, data.fWeightTrits, data.fWeightQuints); in decompress_astc_block()