Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1798 bool highPrecision = false; in decodeBlockMode() local
1809 highPrecision = (blockMode >> 9) & 0x1; in decodeBlockMode()
1827 highPrecision = false; in decodeBlockMode()
1850 highPrecision = (blockMode >> 9) & 0x1; in decodeBlockMode()
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()