Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1721 int fullCEM = static_cast<int>(read_astc_bits(fBlock, dualPlaneBitLoc, lastWeight)); in decodeColorData() local
1725 fullCEM = (fullCEM << 6) | lowCEM; in decodeColorData()
1728 fullCEM = fullCEM >> 2; in decodeColorData()
1732 C[i] = fullCEM & 1; in decodeColorData()
1733 fullCEM = fullCEM >> 1; in decodeColorData()
1738 M[i] = fullCEM & 0x3; in decodeColorData()
1739 fullCEM = fullCEM >> 2; in decodeColorData()