Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp371 const int nHigh = nBits - nLow; in read_astc_bits() local
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow); in read_astc_bits()