MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / getBit

Method getBit

encoder/3rdparty/android_astc_decomp.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 deUint32 getBit (int ndx) const
472 {
473 DE_ASSERT(basisu_astc::inBounds(ndx, 0, 128));
474 return (m_words[ndx / WORD_BITS] >> (ndx % WORD_BITS)) & 1;
475 }
476
477 deUint32 getBits (int low, int high) const
478 {

Callers 1

decodeColorEndpointModesFunction · 0.80

Calls 1

inBoundsFunction · 0.85

Tested by

no test coverage detected