Searched defs:bitLoc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp1645 void decodeDualPlane(int bitLoc) { argument
1647 fDualPlane = static_cast<int>(read_astc_bits(fBlock, bitLoc - 2, bitLoc));
1648 fColorEndBit = bitLoc - 2;
1650 fColorEndBit = bitLoc;

Completed in 63 milliseconds