Lines Matching full:stream
24 // Read |num_bits| next bits from stream and return in |*out|, first bit
25 // from the stream starting at |num_bits| position in |*out|.
28 // bits in the stream), true otherwise. When return false, the stream will
40 // Skip |num_bits| next bits from stream. Return false if the given number of
41 // bits cannot be skipped (not enough bits in the stream), true otherwise.
42 // When return false, the stream will enter a state where further ReadBits/
55 // the stream has reached the end.
58 // Pointer to the next unread (not in curr_byte_) byte in the stream.
61 // Bytes left in the stream (without the curr_byte_).