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

Function getBit

encoder/3rdparty/android_astc_decomp.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234};
235
236inline deUint32 getBit (deUint32 src, int ndx)
237{
238 DE_ASSERT(basisu_astc::inBounds(ndx, 0, 32));
239 return (src >> ndx) & 1;
240}
241
242inline deUint32 getBits (deUint32 src, int low, int high)
243{

Callers 8

isBitSetFunction · 0.85
isBitSetMethod · 0.85
getASTCBlockModeFunction · 0.85
unquantizeColorEndpointsFunction · 0.85
decodeHDREndpointMode7Function · 0.85
decodeHDREndpointMode11Function · 0.85
decodeHDREndpointMode15Function · 0.85
unquantizeWeightsFunction · 0.85

Calls 1

inBoundsFunction · 0.85

Tested by

no test coverage detected