Lines Matching full:bits
76 * Read specified number of bits from the bitstream.
79 * number specified number of bits from the current bit
84 * An unsigned 32 bit integer with its least significant bits
85 * containing the bits in order of their occurence in the bitstream.
103 * Peek specified number of bits from the bitstream.
106 * specified number of bits from the buffer without
111 * An unsigned 32 bit integer with its least significant bits
112 * containing the bits in order of their occurence in the bitstream.
123 /* Test if number of bits to be read exceeds the number of bits in the */
124 /* current word. If yes, read from the next word of the buffer, The bits */
125 /* from both the words are concatenated to get next 32 bits in 'u4_bits' */
138 * Flush specified number of bits from the bitstream.
140 * This function flushes the specified number of bits (marks