Home | History | Annotate | Download | only in utils

Lines Matching refs:bitLoc

1645     void decodeDualPlane(int bitLoc) {
1647 fDualPlane = static_cast<int>(read_astc_bits(fBlock, bitLoc - 2, bitLoc));
1648 fColorEndBit = bitLoc - 2;
1650 fColorEndBit = bitLoc;