Home
last modified time | relevance | path

Searched refs:MOST_SIG_BIT (Results 1 – 3 of 3) sorted by relevance

/external/opencore/baselibs/gen_data_structures/src/
Dbitstreamparser.cpp51 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()
Dbitstreamparser.h27 #define MOST_SIG_BIT 7 macro
37 #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()
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
Drfc3640_payload_parser.cpp278 if (fragment.GetBitPos() != MOST_SIG_BIT) in Parse()
292 if (fragment.GetBitPos() != MOST_SIG_BIT) in Parse()