Searched refs:MOST_SIG_BIT (Results 1 – 3 of 3) sorted by relevance
51 bitpos = MOST_SIG_BIT; in ResetBitStreamParser()75 if ((numberOfBits >= BITS_PER_UINT8) && (bitpos == MOST_SIG_BIT)) in ReadBits()128 if (bitpos != MOST_SIG_BIT) return ReadBits(BITS_PER_UINT8); in ReadUInt8()191 if (bitpos != MOST_SIG_BIT) in WriteUInt8()230 uint32 newbitpos = numberOfBits + (MOST_SIG_BIT - bitpos); in NextBits()232 bitpos = MOST_SIG_BIT - (newbitpos & LEAST_SIG_3_BITS_MASK); in NextBits()
27 #define MOST_SIG_BIT 7 macro37 #define BITS_TO_BYTES(bits) ((bits + MOST_SIG_BIT) / BITS_PER_BYTE)86 bitpos = MOST_SIG_BIT; in NextBit()114 return (BytesRead() * BITS_PER_BYTE) + (MOST_SIG_BIT - bitpos); in BitsRead()
278 if (fragment.GetBitPos() != MOST_SIG_BIT) in Parse()292 if (fragment.GetBitPos() != MOST_SIG_BIT) in Parse()