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

Function decodeISEBitBlock

encoder/3rdparty/android_astc_decomp.cpp:981–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981inline void decodeISEBitBlock (ISEDecodedResult* dst, BitAccessStream& data, int numBits)
982{
983 dst[0].m = data.getNext(numBits);
984 dst[0].v = dst[0].m;
985}
986
987void decodeISE (ISEDecodedResult* dst, int numValues, BitAccessStream& data, const ISEParams& params)
988{

Callers 1

decodeISEFunction · 0.85

Calls 1

getNextMethod · 0.80

Tested by

no test coverage detected