Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1883 static const int kBitAllocationTable[2][6][3] = { in decodeBlockMode() local
1902 fWeightBits = kBitAllocationTable[highPrecision][R - 2][0]; in decodeBlockMode()
1903 fWeightTrits = kBitAllocationTable[highPrecision][R - 2][1]; in decodeBlockMode()
1904 fWeightQuints = kBitAllocationTable[highPrecision][R - 2][2]; in decodeBlockMode()