BIT_readBits
MEM_STATIC BitContainerType BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);
DStatePtr->state = BIT_readBits(bitD, DTableH->tableLog);
size_t const lowBits = BIT_readBits(bitD, nbBits);
size_t const lowBits = BIT_readBits(bitD, nbBits);
DStatePtr->state = BIT_readBits(bitD, DTableH->tableLog);
size_t const lowBits = BIT_readBits(bitD, nbBits);