Searched refs:BITS_TO_BYTES (Results 1 – 2 of 2) sorted by relevance
37 #define BITS_TO_BYTES(bits) ((bits + MOST_SIG_BIT) / BITS_PER_BYTE) macro
168 BitStreamParser input(const_cast<uint8*>(data), BITS_TO_BYTES(numberOfBits)); in WriteBits()